Type Alias KSCustomMessageMinAggregateOutputType

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