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