Skip to content

routier-collection


routier-collection / datastore/src / InspectedQueryOutcome

Type Alias: InspectedQueryOutcome ​

InspectedQueryOutcome = { status: "success"; } | { status: "error"; error: Error; }

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

Released under the MIT License.