inventory-db
    Preparing search index...

    Variable AttributeValueOmitFieldsSchemaConst

    AttributeValueOmitFieldsSchema: ZodObject<
        {
            attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
            booleanValue: ZodOptional<ZodCoercedBoolean<unknown>>;
            floatValue: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            textValue: ZodOptional<ZodCoercedBoolean<unknown>>;
            variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...