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