DisBot
    Preparing search index...

    Type Alias VerificationGatesSelect<ExtArgs>

    VerificationGatesSelect: GetSelect<
        {
            _count?: boolean
            | VerificationGatesCountOutputTypeDefaultArgs<ExtArgs>;
            Action?: boolean;
            ActionType?: boolean;
            Active?: boolean;
            ChannelId?: boolean;
            ChannelPermissions?:
                | boolean
                | VerificationGates$ChannelPermissionsArgs<ExtArgs>;
            CreatedAt?: boolean;
            Id?: boolean;
            MessageId?: boolean;
            Roles?: boolean;
            SecurityId?: boolean;
            UUID?: boolean;
            VerificationGates?: boolean | GuildSecurityDefaultArgs<ExtArgs>;
            VerifiedUsers?: boolean;
        },
        ExtArgs["result"]["verificationGates"],
    >

    Type Parameters