Type Alias TwitchStreamerOmit<ExtArgs>

TwitchStreamerOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "streamerUserName"
    | "guildId"
    | "streamerId"
    | "chatRoomId"
    | "deleteEmbeds"
    | "sendOfflineMessage"
    | "usePerStreamerEmbeds"
    | "autoPublishIfAnnouncmentChannel"
    | "notificationChannelId"
    | "showNotifyButton"
    | "pingRoleId"
    | "customCoolDownBeforeNextLive"
    | "liveRoleId"
    | "usersForLiveRole"
    | "usersWhoHaveLiveRole"
    | "lastLive", ExtArgs["result"]["twitchStreamer"]>

Type Parameters