Type Alias TwitchStreamerCreateWithoutIsCurrentlyLiveInput

TwitchStreamerCreateWithoutIsCurrentlyLiveInput: {
    autoPublishIfAnnouncmentChannel?: boolean | null;
    chatRoomId?: string | null;
    customCoolDownBeforeNextLive?: number | null;
    customMessages?: TSCustomMessageCreateNestedManyWithoutTwitchStreamerInput;
    dbId?: string;
    deleteEmbeds?: boolean | null;
    guildId: string;
    lastLive?: Date | string | null;
    liveRoleId?: string | null;
    notificationChannelId?: string | null;
    pingRoleId?: string | null;
    sendOfflineMessage?: boolean | null;
    showNotifyButton?: boolean | null;
    statsChannelIds?: TSStatsChannelIdCreateNestedOneWithoutTwitchStreamerInput;
    streamerId?: string | null;
    streamerUserName: string;
    usePerStreamerEmbeds?: boolean | null;
    usersForLiveRole?: TwitchStreamerCreateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: TwitchStreamerCreateusersWhoHaveLiveRoleInput | string[];
}