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