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