TTSCustomMessageCreateManyInput: {
    content?: string | null;
    dbId?: string;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    tiktokStreamerId: string;
    type: StreamerMessageTypeEnum;
}