Type Alias TSCustomMessageMinAggregateOutputType

TSCustomMessageMinAggregateOutputType: {
    content: string | null;
    dbId: string | null;
    showInviteButton: boolean | null;
    showWatchButton: boolean | null;
    twitchStreamerId: string | null;
    type: StreamerMessageTypeEnum | null;
}