/** * @description Successful response */ export type GetCategoriesQueryResponse = { /** * @type string */ id: string; }[];