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