interface GetPersonaCountOptions { readonly organisation: string; readonly filter: object; } export default GetPersonaCountOptions;