Takaro - v0.4.9
    Preparing search index...

    Interface CommandOutputDTO

    CommandOutputDTO

    interface CommandOutputDTO {
        arguments: CommandArgumentOutputDTO[];
        createdAt: string;
        description?: string;
        function: FunctionOutputDTO;
        functionId: string;
        helpText: string;
        id: string;
        name: string;
        requiredPermissions?: string[];
        trigger: string;
        updatedAt: string;
        versionId: string;
    }
    Index

    Properties

    CommandOutputDTO

    createdAt: string

    CommandOutputDTO

    description?: string

    CommandOutputDTO

    CommandOutputDTO

    functionId: string

    CommandOutputDTO

    helpText: string

    CommandOutputDTO

    id: string

    CommandOutputDTO

    name: string

    CommandOutputDTO

    requiredPermissions?: string[]

    CommandOutputDTO

    trigger: string

    CommandOutputDTO

    updatedAt: string

    CommandOutputDTO

    versionId: string

    CommandOutputDTO