inventory-db
    Preparing search index...

    Variable AttributeCategorySelectFieldsSchemaConst

    AttributeCategorySelectFieldsSchema: ZodObject<
        {
            attributes: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            { categoryId: ...; description: ...; id: ...; name: ... },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { categoryId: ...; description: ...; id: ...; name: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            slug: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...