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