DisBot
    Preparing search index...

    Type Alias GuildBackupsGroupByOutputType

    type GuildBackupsGroupByOutputType = {
        _avg: GuildBackupsAvgAggregateOutputType | null;
        _count: GuildBackupsCountAggregateOutputType | null;
        _max: GuildBackupsMaxAggregateOutputType | null;
        _min: GuildBackupsMinAggregateOutputType | null;
        _sum: GuildBackupsSumAggregateOutputType | null;
        BackupJSON: JsonValue;
        CreatedAt: Date;
        GuildId: string;
        Id: number;
        Name: string;
        UserId: string;
        UUID: string;
    }
    Index

    Properties

    BackupJSON: JsonValue
    CreatedAt: Date
    GuildId: string
    Id: number
    Name: string
    UserId: string
    UUID: string