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