/** * Represents an identity from the Conversation API. */ export interface ConsentIdentity { /** The identity from Conversation API. */ identity: string; }