UNPKG

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

Version:
30 lines (29 loc) 974 B
export declare const hopModelSchema: { 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; }; journeyId: { ref: string; required: boolean; }; resourceId: { ref: string; required: boolean; }; order: { required: boolean; type: string; default: number; }; };