DisBot
    Preparing search index...

    Type Alias VerificationGatesUncheckedCreateInput

    type VerificationGatesUncheckedCreateInput = {
        Action?: string | null;
        ActionType?: string | null;
        Active?: boolean | null;
        ChannelId: string;
        ChannelPermissions?: VerificationGatesPermissionUncheckedCreateNestedManyWithoutVerificationGatesInput;
        CreatedAt: Date | string;
        Id?: number;
        MessageId: string;
        Roles?: VerificationGatesCreateRolesInput | string[];
        SecurityId: string;
        UUID: string;
        VerifiedUsers?: VerificationGatesCreateVerifiedUsersInput | string[];
    }
    Index

    Properties

    Action?: string | null
    ActionType?: string | null
    Active?: boolean | null
    ChannelId: string
    CreatedAt: Date | string
    Id?: number
    MessageId: string
    SecurityId: string
    UUID: string