Type Alias TiktokStreamerOmit<ExtArgs>

TiktokStreamerOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "streamerUserName"
    | "guildId"
    | "deleteEmbeds"
    | "sendOfflineMessage"
    | "usePerStreamerEmbeds"
    | "autoPublishIfAnnouncmentChannel"
    | "liveNotificationChannelId"
    | "videoNotificationChannelId"
    | "showNotifyButton"
    | "pingRoleId"
    | "customCoolDownBeforeNextLive"
    | "liveRoleId"
    | "usersForLiveRole"
    | "usersWhoHaveLiveRole"
    | "lastLive"
    | "lastVideo", ExtArgs["result"]["tiktokStreamer"]>

Type Parameters