export default interface GetIdentifierByIfiResult { readonly identifierId: string; readonly personaId: string | undefined; }