Type Alias GuildOmit<ExtArgs>

GuildOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "guildId"
    | "locale"
    | "blacklisted"
    | "bitfield"
    | "overrideBranding"
    | "birthdayRoleId"
    | "birthdayChannelId"
    | "welcomeChannelId"
    | "leaveChannelId"
    | "birthdayEnabled"
    | "welcomeEnabled"
    | "leaveEnabled"
    | "syncUsername"
    | "vodDownloadStoreForHours"
    | "disableDoubleVoteEntry"
    | "giveawayLogsChannelId"
    | "autoLiveRoleLogs"
    | "statusRoleLogs"
    | "linkedRoleLogs"
    | "ignoreIfNotCatchedByOverride"
    | "stickyMessageDelaySeconds", ExtArgs["result"]["guild"]>

Type Parameters