Type Alias RumbleStreamerOmit<ExtArgs>

RumbleStreamerOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "streamerUserName"
    | "guildId"
    | "type"
    | "deleteEmbeds"
    | "sendOfflineMessage"
    | "usePerStreamerEmbeds"
    | "autoPublishIfAnnouncmentChannel"
    | "notificationChannelId"
    | "showNotifyButton"
    | "pingRoleId"
    | "customCoolDownBeforeNextLive"
    | "liveRoleId"
    | "usersForLiveRole"
    | "usersWhoHaveLiveRole"
    | "lastLive", ExtArgs["result"]["rumbleStreamer"]>

Type Parameters