Interface ICommandRequest

interface ICommandRequest {
    command: string;
    createdAt: string;
    id: string;
    parameter: ICommandParameter;
}

Properties

command: string
createdAt: string
id: string

Generated using TypeDoc