Type Alias YTSCustomMessageCreateManyYoutubeStreamerInput

YTSCustomMessageCreateManyYoutubeStreamerInput: {
    content?: string | null;
    dbId?: string;
    type: StreamerMessageTypeEnum;
}