import type Identifier from '../../models/Identifier'; export default interface SetIdentifierPersonaResult { readonly identifier: Identifier; }