export default interface BaseModel { readonly id: string; readonly organisation: string; }