DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupDeleteArgs<ExtArgs>

    GuildWelcomeSetup delete

    type GuildWelcomeSetupDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildWelcomeSetupInclude<ExtArgs> | null;
        omit?: GuildWelcomeSetupOmit<ExtArgs> | null;
        select?: GuildWelcomeSetupSelect<ExtArgs> | null;
        where: GuildWelcomeSetupWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildWelcomeSetup

    Select specific fields to fetch from the GuildWelcomeSetup

    Filter which GuildWelcomeSetup to delete.