DisBot
    Preparing search index...

    Type Alias VerificationGatesGroupByOutputType

    type VerificationGatesGroupByOutputType = {
        _avg: VerificationGatesAvgAggregateOutputType | null;
        _count: VerificationGatesCountAggregateOutputType | null;
        _max: VerificationGatesMaxAggregateOutputType | null;
        _min: VerificationGatesMinAggregateOutputType | null;
        _sum: VerificationGatesSumAggregateOutputType | null;
        Action: string | null;
        ActionType: string | null;
        Active: boolean | null;
        ChannelId: string;
        CreatedAt: Date;
        Id: number;
        MessageId: string;
        Roles: string[];
        SecurityId: string;
        UUID: string;
        VerifiedUsers: string[];
    }
    Index

    Properties

    Action: string | null
    ActionType: string | null
    Active: boolean | null
    ChannelId: string
    CreatedAt: Date
    Id: number
    MessageId: string
    Roles: string[]
    SecurityId: string
    UUID: string
    VerifiedUsers: string[]