export default interface CreateUpdateIdentifierPersonaResult { readonly personaId: string; readonly identifierId: string; readonly wasCreated: boolean; }