/** * The header for the transaction ID. * * @public */ export interface ITidHeader { 'x-client-transaction-id': string; }