Skip to content

routier-collection


routier-collection / datastore/src / InspectedPage

Type Alias: InspectedPage ​

InspectedPage = { status: "success"; rows: ReadonlyArray<InspectedRow>; } | { status: "error"; error: Error; }

Defined in: datastore/src/inspection/types.ts:10

Released under the MIT License.