DisBot
    Preparing search index...

    Type Alias GuildChannelLinksGroupByOutputType

    type GuildChannelLinksGroupByOutputType = {
        _avg: GuildChannelLinksAvgAggregateOutputType | null;
        _count: GuildChannelLinksCountAggregateOutputType | null;
        _max: GuildChannelLinksMaxAggregateOutputType | null;
        _min: GuildChannelLinksMinAggregateOutputType | null;
        _sum: GuildChannelLinksSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        LinkedWith: string[];
        SyncFlags: string[];
        UsersCanSelectIds: string[];
        UUID: string;
        WebhookUrl: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id: number
    LinkedWith: string[]
    SyncFlags: string[]
    UsersCanSelectIds: string[]
    UUID: string
    WebhookUrl: string