DisBot
    Preparing search index...

    Type Alias GuildAutoDeletesMinAggregateOutputType

    type GuildAutoDeletesMinAggregateOutputType = {
        ChannelId: string | null;
        GuildId: string | null;
        Id: number | null;
        IsActive: boolean | null;
        Time: string | null;
        UUID: string | null;
    }
    Index

    Properties

    ChannelId: string | null
    GuildId: string | null
    Id: number | null
    IsActive: boolean | null
    Time: string | null
    UUID: string | null