Session Command Interface

interface ISessionCommand<X> {
    content: X;
    type: CommandType;
}

Type Parameters

  • X

Implemented by

Properties

Properties

content: X