Type Alias GuildRolePanelEmbedOmit<ExtArgs>

GuildRolePanelEmbedOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "order"
    | "title"
    | "url"
    | "description"
    | "color"
    | "footer"
    | "footerIcon"
    | "image"
    | "thumbnail"
    | "author"
    | "authorIcon"
    | "guildRolePanelId", ExtArgs["result"]["guildRolePanelEmbed"]>

Type Parameters