DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupDeleteArgs<ExtArgs>

    GuildLeaveSetup delete

    type GuildLeaveSetupDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildLeaveSetupInclude<ExtArgs> | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        select?: GuildLeaveSetupSelect<ExtArgs> | null;
        where: GuildLeaveSetupWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildLeaveSetup

    Select specific fields to fetch from the GuildLeaveSetup

    Filter which GuildLeaveSetup to delete.