inventory-db
    Preparing search index...

    Variable PriceSelectFieldsSchemaConst

    PriceSelectFieldsSchema: ZodObject<
        {
            cost: ZodOptional<ZodCoercedBoolean<unknown>>;
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            price: ZodOptional<ZodCoercedBoolean<unknown>>;
            priceLevel: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                currencyId: ...;
                                                id: ...;
                                                name: ...;
                                                notes: ...;
                                                slug: ...;
                                                taxrate: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                currencyId: ...;
                                                id: ...;
                                                name: ...;
                                                notes: ...;
                                                slug: ...;
                                                taxrate: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            priceLevelId: ZodOptional<ZodCoercedBoolean<unknown>>;
            variant: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            { id: ...; productId: ...; sku: ...; upc: ...; uuid: ... },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { id: ...; productId: ...; sku: ...; upc: ...; uuid: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...