/** * Forces the callee to answer the call. */ export interface SvamlInstructionAnswer { /** The `name` property. Must have the value `answer`. */ name: 'answer'; }