DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorMinAggregateOutputType

    type VanityEmbedAuthorMinAggregateOutputType = {
        IconURL: string | null;
        Id: number | null;
        Name: string | null;
        URL: string | null;
        VanityEmbedsId: string | null;
    }
    Index

    Properties

    IconURL: string | null
    Id: number | null
    Name: string | null
    URL: string | null
    VanityEmbedsId: string | null