ims-db
    Preparing search index...

    Variable ProductTypeOmitConst

    ProductTypeOmit: ZodObject<
        {
            createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
            updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            updatedById: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...

    ProductTypeOmit schema (Thu Nov 13 2025)