KickStreamerCreateManyInput: {
    auditLogsChannelId?: string | null;
    auditLogsEnabled?: boolean | null;
    autoPublishIfAnnouncmentChannel?: boolean | null;
    builtInClipsChannelId?: string | null;
    builtInClipsEnabled?: boolean | null;
    builtInClipsPingRoleId?: string | null;
    chatRoomId?: string | null;
    clipChannelId?: string | null;
    clipEnabled?: boolean | null;
    clipPingRoleId?: string | null;
    clipperCategories?: KickStreamerCreateclipperCategoriesInput | ClipperCategoryEnum[];
    clipperNeedsAllCategories?: boolean | null;
    customCoolDownBeforeNextLive?: number | null;
    dbId?: string;
    deleteEmbeds?: boolean | null;
    enableVodDownloading?: boolean | null;
    founderRoleId?: string | null;
    guildId: string;
    lastLive?: Date | string | null;
    leaderBoardChannelId?: string | null;
    leaderBoardMessageId?: string | null;
    leaderBoardTypes?: KickStreamerCreateleaderBoardTypesInput | LeaderBoardTypesEnum[];
    liveRoleId?: string | null;
    moderatorRoleId?: string | null;
    notificationChannelId?: string | null;
    ogRoleId?: string | null;
    pingRoleId?: string | null;
    sendOfflineMessage?: boolean | null;
    showNotifyButton?: boolean | null;
    streamerId?: string | null;
    streamerUserName: string;
    subscriberRoleId?: string | null;
    usePerStreamerEmbeds?: boolean | null;
    usersForLiveRole?: KickStreamerCreateusersForLiveRoleInput | string[];
    usersWhoHaveLiveRole?: KickStreamerCreateusersWhoHaveLiveRoleInput | string[];
    verifiedRoleId?: string | null;
    vipRoleId?: string | null;
    vodsChannelId?: string | null;
    vodsPingRoleId?: string | null;
}