/** * * @interface IConfirmation */ export interface IConfirmation { meta: { session_id: string; }; }