@tryforge/forgescript
    Preparing search index...

    Interface IForgeFunctionParam

    interface IForgeFunctionParam {
        name: string;
        required?: boolean;
        rest?: boolean;
        type?:
            | ArgType
            | "URL"
            | "String"
            | "BigInt"
            | "Unknown"
            | "TextChannel"
            | "OverwritePermission"
            | "Number"
            | "User"
            | "Date"
            | "Guild"
            | "RoleOrUser"
            | "Invite"
            | "Permission"
            | "Json"
            | "Color"
            | "Enum"
            | "ForumTag"
            | "Emoji"
            | "GuildEmoji"
            | "Boolean"
            | "Attachment"
            | "Reaction"
            | "Message"
            | "Channel"
            | "Role"
            | "Webhook"
            | "Sticker"
            | "Time"
            | "Member"
            | "ApplicationEmoji"
            | "AutomodRule"
            | "ScheduledEvent"
            | "StageInstance"
            | "SoundboardSound"
            | "Template";
        [x: string
        | number
        | symbol]: unknown;
    }

    Indexable

    • [x: string | number | symbol]: unknown
    Index
    name: string
    required?: boolean
    rest?: boolean
    type?:
        | ArgType
        | "URL"
        | "String"
        | "BigInt"
        | "Unknown"
        | "TextChannel"
        | "OverwritePermission"
        | "Number"
        | "User"
        | "Date"
        | "Guild"
        | "RoleOrUser"
        | "Invite"
        | "Permission"
        | "Json"
        | "Color"
        | "Enum"
        | "ForumTag"
        | "Emoji"
        | "GuildEmoji"
        | "Boolean"
        | "Attachment"
        | "Reaction"
        | "Message"
        | "Channel"
        | "Role"
        | "Webhook"
        | "Sticker"
        | "Time"
        | "Member"
        | "ApplicationEmoji"
        | "AutomodRule"
        | "ScheduledEvent"
        | "StageInstance"
        | "SoundboardSound"
        | "Template"