DisBot
    Preparing search index...

    Type Alias GuildChannelLinksCreateArgs<ExtArgs>

    GuildChannelLinks create

    type GuildChannelLinksCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildChannelLinksCreateInput,
            GuildChannelLinksUncheckedCreateInput,
        >;
        include?: GuildChannelLinksInclude<ExtArgs>
        | null;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        select?: GuildChannelLinksSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildChannelLinks.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildChannelLinks

    Select specific fields to fetch from the GuildChannelLinks