@tryforge/forgescript
    Preparing search index...

    Interface IApplicationCommandData

    interface IApplicationCommandData {
        code: string;
        data:
            | RESTPostAPIApplicationCommandsJSONBody
            | SlashCommandBuilder
            | ContextMenuCommandBuilder;
        independent?: boolean;
        path?: string
        | null;
        type?: RegistrationType;
    }
    Index
    code: string
    data:
        | RESTPostAPIApplicationCommandsJSONBody
        | SlashCommandBuilder
        | ContextMenuCommandBuilder
    independent?: boolean
    path?: string | null