DisBot
    Preparing search index...

    Type Alias GuildInteractionPermissionsUpdateArgs<ExtArgs>

    GuildInteractionPermissions update

    type GuildInteractionPermissionsUpdateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildInteractionPermissionsUpdateInput,
            GuildInteractionPermissionsUncheckedUpdateInput,
        >;
        include?: GuildInteractionPermissionsInclude<ExtArgs>
        | null;
        omit?: GuildInteractionPermissionsOmit<ExtArgs> | null;
        select?: GuildInteractionPermissionsSelect<ExtArgs> | null;
        where: GuildInteractionPermissionsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildInteractionPermissions.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildInteractionPermissions

    Select specific fields to fetch from the GuildInteractionPermissions

    Choose, which GuildInteractionPermissions to update.