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