interface Options { readonly organisation: string; readonly name?: string; } export default Options;