asset-db
    Preparing search index...

    Variable ItemAttributeValueOwnSelectFieldsSchemaJsonConst

    ItemAttributeValueOwnSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
                attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                item: ZodOptional<ZodCoercedBoolean<unknown>>;
                itemId: ZodOptional<ZodCoercedBoolean<unknown>>;
                value: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...