import { c as CrudTypeOf, s as CrudSchemaFromOptions } from "./crud-CqmEW9s6.js"; //#region src/interface/crud/items.d.ts declare const itemCrud: CrudSchemaFromOptions<{ clientReadSchema: import("yup").ObjectSchema<{ id: string; display_name: string; quantity: number; }, import("yup").AnyObject, { id: undefined; display_name: undefined; quantity: undefined; }, "">; serverUpdateSchema: import("yup").ObjectSchema<{ delta: number; expires_at: string | undefined; description: string | undefined; allow_negative: boolean | undefined; }, import("yup").AnyObject, { delta: undefined; expires_at: undefined; description: undefined; allow_negative: undefined; }, "">; }>; type ItemCrud = CrudTypeOf; //#endregion export { itemCrud as n, ItemCrud as t }; //# sourceMappingURL=items-DlLSlVUD.d.ts.map