DisBot
    Preparing search index...

    Type Alias GuildUserModerationMaxAggregateOutputType

    type GuildUserModerationMaxAggregateOutputType = {
        CreatedAt: Date | null;
        DmMessage: string | null;
        Duration: string | null;
        GuildId: string | null;
        Id: number | null;
        LinkedCaseId: string | null;
        ModeratorId: string | null;
        Reason: string | null;
        Type: string | null;
        UUID: string | null;
    }
    Index

    Properties

    CreatedAt: Date | null
    DmMessage: string | null
    Duration: string | null
    GuildId: string | null
    Id: number | null
    LinkedCaseId: string | null
    ModeratorId: string | null
    Reason: string | null
    Type: string | null
    UUID: string | null