inventory-db
    Preparing search index...

    Variable UnitSelectFieldsSchemaConst

    UnitSelectFieldsSchema: ZodObject<
        {
            attributes: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<ZodEnum<{ attributeId: ...; id: ...; unitId: ... }>>,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ attributeId: ...; id: ...; unitId: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            symbol: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...