DisBot
    Preparing search index...

    Type Alias XPStreaksMaxAggregateOutputType

    type XPStreaksMaxAggregateOutputType = {
        BonusLevels: number | null;
        BonusXP: number | null;
        ChannelId: string | null;
        Days: number | null;
        GuildId: string | null;
        Id: number | null;
        MessageTemplateId: string | null;
        Multiplier: number | null;
        Nickname: string | null;
    }
    Index

    Properties

    BonusLevels: number | null
    BonusXP: number | null
    ChannelId: string | null
    Days: number | null
    GuildId: string | null
    Id: number | null
    MessageTemplateId: string | null
    Multiplier: number | null
    Nickname: string | null