inventory-db
    Preparing search index...

    Variable AttributeValueOwnSelectFieldsSchemaJsonConst

    AttributeValueOwnSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
                attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
                booleanValue: ZodOptional<ZodCoercedBoolean<unknown>>;
                floatValue: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                textValue: ZodOptional<ZodCoercedBoolean<unknown>>;
                variant: ZodOptional<ZodCoercedBoolean<unknown>>;
                variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...