inventory-db
    Preparing search index...

    Variable AttributeOwnSelectFieldsSchemaConst

    AttributeOwnSelectFieldsSchema: ZodObject<
        {
            category: ZodOptional<ZodCoercedBoolean<unknown>>;
            categoryId: ZodOptional<ZodCoercedBoolean<unknown>>;
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            unites: ZodOptional<ZodCoercedBoolean<unknown>>;
            values: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...