Type Alias TwitterStreamerOmit<ExtArgs>

TwitterStreamerOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "streamerUserName"
    | "guildId"
    | "streamerId"
    | "usePerStreamerEmbeds"
    | "autoPublishIfAnnouncmentChannel"
    | "postNotificationChannelId"
    | "postPingRoleId"
    | "showNotifyButton"
    | "customCoolDownBeforeNextPost"
    | "lastPostId"
    | "lastPostAt"
    | "liveNotificationChannelId"
    | "pingRoleId"
    | "sendOfflineMessage"
    | "deleteEmbeds"
    | "customCoolDownBeforeNextLive"
    | "offlineGracePeriod"
    | "liveRoleId"
    | "usersForLiveRole"
    | "usersWhoHaveLiveRole"
    | "currentBroadcastId"
    | "lastLive", ExtArgs["result"]["twitterStreamer"]>

Type Parameters