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