/** * Generated by orval v6.31.0 🍺 * Do not edit manually. * main.proto * OpenAPI spec version: version not set */ export interface CrmCategory { children?: CrmCategory[]; id?: string; name?: string; uri?: string; }