UNPKG

@datr.tech/parcel-model-schemas-dolomite

Version:
25 lines (24 loc) 889 B
export declare const journeyModelSchema: { adminStatusId: import("@datr.tech/parcel-model-schemas-common-fields").ICommonSchemaFieldDefAdminStatusId; adminUserId: import("@datr.tech/parcel-model-schemas-common-fields").ICommonSchemaFieldDefAdminUserId; createdAt: import("@datr.tech/parcel-model-schemas-common-fields").ICommonSchemaFieldDefCreatedAt; updatedAt: import("@datr.tech/parcel-model-schemas-common-fields").ICommonSchemaFieldDefUpdatedAt; description: { maxLength: number; type: string; required: boolean; }; name: import("@datr.tech/parcel-model-schemas-common-fields").ICommonSchemaFieldDefNameUnique; _id: { alias: string; required: boolean; }; frameworkId: { ref: string; required: boolean; }; journeyTypeId: { ref: string; required: boolean; }; };