export interface IOrganisation { readonly id: number; readonly name: string; readonly virtualPath: string; readonly countryIsoCodes: string[]; }