DisBot
    Preparing search index...

    Type Alias GuildBackupsMinAggregateOutputType

    type GuildBackupsMinAggregateOutputType = {
        CreatedAt: Date | null;
        GuildId: string | null;
        Id: number | null;
        Name: string | null;
        UserId: string | null;
        UUID: string | null;
    }
    Index

    Properties

    CreatedAt: Date | null
    GuildId: string | null
    Id: number | null
    Name: string | null
    UserId: string | null
    UUID: string | null