interface Options { readonly organisation: string; readonly fromPersonaId: string; readonly toPersonaId: string; } export default Options;