inventory-db
    Preparing search index...

    Variable AttributeUnitOwnSelectFieldsSchemaConst

    AttributeUnitOwnSelectFieldsSchema: ZodObject<
        {
            attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
            attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            unit: ZodOptional<ZodCoercedBoolean<unknown>>;
            unitId: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...