DisBot
    Preparing search index...

    Type Alias MessageTemplatesMaxAggregateOutputType

    type MessageTemplatesMaxAggregateOutputType = {
        ComponentJSON: string | null;
        Content: string | null;
        EmbedJSON: string | null;
        GuildId: string | null;
        Id: number | null;
        IsComponentsV2Message: boolean | null;
        Name: string | null;
    }
    Index

    Properties

    ComponentJSON: string | null
    Content: string | null
    EmbedJSON: string | null
    GuildId: string | null
    Id: number | null
    IsComponentsV2Message: boolean | null
    Name: string | null