inventory-db
    Preparing search index...

    Variable StoreSelectFieldsSchemaConst

    StoreSelectFieldsSchema: ZodObject<
        {
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            discounts: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                categoryId: ...;
                                                discountId: ...;
                                                id: ...;
                                                priceLevelId: ...;
                                                productId: ...;
                                                storeId: ...;
                                                type: ...;
                                                variantId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                categoryId: ...;
                                                discountId: ...;
                                                id: ...;
                                                priceLevelId: ...;
                                                productId: ...;
                                                storeId: ...;
                                                type: ...;
                                                variantId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: 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>>;
            quantities: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                alertThreshold: ...;
                                                id: ...;
                                                quantity: ...;
                                                storeId: ...;
                                                variantId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                alertThreshold: ...;
                                                id: ...;
                                                quantity: ...;
                                                storeId: ...;
                                                variantId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            serialNumbers: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                id: ...;
                                                inStock: ...;
                                                serialNumber: ...;
                                                storeId: ...;
                                                variantId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                id: ...;
                                                inStock: ...;
                                                serialNumber: ...;
                                                storeId: ...;
                                                variantId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            slug: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...