Skip to content

routier-collection


routier-collection / datastore/src / InspectedCount

Type Alias: InspectedCount ​

InspectedCount = { status: "success"; count: number; } | { status: "error"; error: Error; }

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

Released under the MIT License.