Interface TakaroEventCommandExecuted

TakaroEventCommandExecuted

interface TakaroEventCommandExecuted {
    command?: TakaroEventCommandDetails;
    result: TakaroEventFunctionResult;
    timestamp: string;
}

Properties

TakaroEventCommandExecuted

TakaroEventCommandExecuted

timestamp: string

TakaroEventCommandExecuted