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