Interface ClientRequest

interface ClientRequest {
    a: RequestAction;
    [propertyName: string]: any;
}

Indexable

  • [propertyName: string]: any

Properties

a

Properties

Short name of the request's action