Response

interface IResponse<X> {
    command: CommandType;
    content: X;
}

Type Parameters

  • X

Implemented by

Properties

Properties

command: CommandType
content: X