interface Options { readonly organisation: string; readonly personaId: string; } export default Options;