DisBot
    Preparing search index...

    Type Alias MessageTemplatesMinAggregateOutputType

    type MessageTemplatesMinAggregateOutputType = {
        Content: string | null;
        EmbedJSON: string | null;
        GuildId: string | null;
        Id: number | null;
        Name: string | null;
    }
    Index

    Properties

    Content: string | null
    EmbedJSON: string | null
    GuildId: string | null
    Id: number | null
    Name: string | null