Type alias DomainReqParams

DomainReqParams: {
    body?: ReqBody | null;
    id: string;
    method: HttpMethod;
    token?: string | null;
}

Type declaration

  • Optional body?: ReqBody | null
  • id: string
  • method: HttpMethod
  • Optional token?: string | null