/** * The transaction information for Twitter. */ export interface ITransactionHeader { 'x-client-transaction-id': string; }