ims-db
    Preparing search index...

    Variable ShelfCreateConst

    ShelfCreate: ZodObject<
        {
            aisle: ZodString;
            description: ZodOptional<ZodString>;
            level: ZodCoercedNumber<unknown>;
            name: ZodString;
            rack: ZodCoercedNumber<unknown>;
            readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
            storeId: ZodCoercedNumber<unknown>;
            updatedById: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...

    ShelfCreate schema (Thu Nov 13 2025)