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