DisBot
    Preparing search index...

    Type Alias GuildChannelLinksMinAggregateOutputType

    type GuildChannelLinksMinAggregateOutputType = {
        ChannelId: string | null;
        GuildId: string | null;
        Id: number | null;
        UUID: string | null;
        WebhookUrl: string | null;
    }
    Index

    Properties

    ChannelId: string | null
    GuildId: string | null
    Id: number | null
    UUID: string | null
    WebhookUrl: string | null