inventory-db
    Preparing search index...

    Variable PriceLevelOmitFieldsSchemaConst

    PriceLevelOmitFieldsSchema: ZodObject<
        {
            currencyId: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            notes: ZodOptional<ZodCoercedBoolean<unknown>>;
            slug: ZodOptional<ZodCoercedBoolean<unknown>>;
            taxrate: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...