export default (data: any) => ({ id: data.id as string, code: data.isoCode as string, })