http_header.d.ts 64 B

123
  1. export default interface HttpHeader {
  2. [key: string]: any;
  3. }