Type Alias UserMediaShareMaxAggregateOutputType

UserMediaShareMaxAggregateOutputType: {
    dbId: string | null;
    enabled: boolean | null;
    password: string | null;
    userId: string | null;
}