Type Alias UserMediaShareSettingsGroupByOutputType

UserMediaShareSettingsGroupByOutputType: {
    _avg: UserMediaShareSettingsAvgAggregateOutputType | null;
    _count: UserMediaShareSettingsCountAggregateOutputType | null;
    _max: UserMediaShareSettingsMaxAggregateOutputType | null;
    _min: UserMediaShareSettingsMinAggregateOutputType | null;
    _sum: UserMediaShareSettingsSumAggregateOutputType | null;
    dbId: string;
    modes: MediaShareTypesEnum[];
    prefix: string;
    userMediaShareId: string;
    volume: number;
}