DisBot
    Preparing search index...

    Type Alias GuildChannelLinksDeleteArgs<ExtArgs>

    GuildChannelLinks delete

    type GuildChannelLinksDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildChannelLinksInclude<ExtArgs> | null;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        select?: GuildChannelLinksSelect<ExtArgs> | null;
        where: GuildChannelLinksWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildChannelLinks

    Select specific fields to fetch from the GuildChannelLinks

    Filter which GuildChannelLinks to delete.