gill

Payload

type Payload = {
  map: Map<string, PayloadType>;
};

Properties

map

map: Map<string, PayloadType>;

On this page