Type Alias GuildRolePanelOmit<ExtArgs>

GuildRolePanelOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "panelId"
    | "guildId"
    | "channelId"
    | "messageId"
    | "name"
    | "interactionType"
    | "assignMode"
    | "maxRoles"
    | "logChannelId"
    | "webhookEnabled"
    | "webhookUsername"
    | "webhookAvatarUrl"
    | "requireAccountAgeDays"
    | "requireJoinAgeDays"
    | "requireMessageCount"
    | "boosterOnly", ExtArgs["result"]["guildRolePanel"]>

Type Parameters