DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsGroupByOutputType

    type GuildSpotifyNotificationsGroupByOutputType = {
        _avg: GuildSpotifyNotificationsAvgAggregateOutputType | null;
        _count: GuildSpotifyNotificationsCountAggregateOutputType | null;
        _max: GuildSpotifyNotificationsMaxAggregateOutputType | null;
        _min: GuildSpotifyNotificationsMinAggregateOutputType | null;
        _sum: GuildSpotifyNotificationsSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        Latests: string[];
        MessageTemplateId: string;
        PingRoles: string[];
        ShowId: string;
        UUID: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id: number
    Latests: string[]
    MessageTemplateId: string
    PingRoles: string[]
    ShowId: string
    UUID: string