Interface CommandOutputDTO

CommandOutputDTO

interface CommandOutputDTO {
    arguments: CommandArgumentOutputDTO[];
    createdAt: string;
    function: FunctionOutputDTO;
    functionId: string;
    helpText: string;
    id: string;
    moduleId: string;
    name: string;
    trigger: string;
    updatedAt: string;
}

Properties

CommandOutputDTO

createdAt: string

CommandOutputDTO

CommandOutputDTO

functionId: string

CommandOutputDTO

helpText: string

CommandOutputDTO

id: string

CommandOutputDTO

moduleId: string

CommandOutputDTO

name: string

CommandOutputDTO

trigger: string

CommandOutputDTO

updatedAt: string

CommandOutputDTO