DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesUpdateManyWithoutChannelLinksNestedInput

    type SyncedChannelLinkMessagesUpdateManyWithoutChannelLinksNestedInput = {
        connect?:
            | SyncedChannelLinkMessagesWhereUniqueInput
            | SyncedChannelLinkMessagesWhereUniqueInput[];
        connectOrCreate?: | SyncedChannelLinkMessagesCreateOrConnectWithoutChannelLinksInput
        | SyncedChannelLinkMessagesCreateOrConnectWithoutChannelLinksInput[];
        create?: | XOR<
            SyncedChannelLinkMessagesCreateWithoutChannelLinksInput,
            SyncedChannelLinkMessagesUncheckedCreateWithoutChannelLinksInput,
        >
        | SyncedChannelLinkMessagesCreateWithoutChannelLinksInput[]
        | SyncedChannelLinkMessagesUncheckedCreateWithoutChannelLinksInput[];
        createMany?: SyncedChannelLinkMessagesCreateManyChannelLinksInputEnvelope;
        delete?: | SyncedChannelLinkMessagesWhereUniqueInput
        | SyncedChannelLinkMessagesWhereUniqueInput[];
        deleteMany?: | SyncedChannelLinkMessagesScalarWhereInput
        | SyncedChannelLinkMessagesScalarWhereInput[];
        disconnect?: | SyncedChannelLinkMessagesWhereUniqueInput
        | SyncedChannelLinkMessagesWhereUniqueInput[];
        set?: | SyncedChannelLinkMessagesWhereUniqueInput
        | SyncedChannelLinkMessagesWhereUniqueInput[];
        update?: | SyncedChannelLinkMessagesUpdateWithWhereUniqueWithoutChannelLinksInput
        | SyncedChannelLinkMessagesUpdateWithWhereUniqueWithoutChannelLinksInput[];
        updateMany?: | SyncedChannelLinkMessagesUpdateManyWithWhereWithoutChannelLinksInput
        | SyncedChannelLinkMessagesUpdateManyWithWhereWithoutChannelLinksInput[];
        upsert?: | SyncedChannelLinkMessagesUpsertWithWhereUniqueWithoutChannelLinksInput
        | SyncedChannelLinkMessagesUpsertWithWhereUniqueWithoutChannelLinksInput[];
    }
    Index

    Properties