Type Alias DynXXHttpResponse

DynXXHttpResponse: {
    code: number;
    contentType: string;
    data: string;
    headers: any;
}

Type declaration

  • code: number
  • contentType: string
  • data: string
  • headers: any