Type Alias GuildRolePanelEmbedUncheckedUpdateManyWithoutGuildRolePanelNestedInput

GuildRolePanelEmbedUncheckedUpdateManyWithoutGuildRolePanelNestedInput: {
    connect?: GuildRolePanelEmbedWhereUniqueInput | GuildRolePanelEmbedWhereUniqueInput[];
    connectOrCreate?: GuildRolePanelEmbedCreateOrConnectWithoutGuildRolePanelInput | GuildRolePanelEmbedCreateOrConnectWithoutGuildRolePanelInput[];
    create?: XOR<GuildRolePanelEmbedCreateWithoutGuildRolePanelInput, GuildRolePanelEmbedUncheckedCreateWithoutGuildRolePanelInput> | GuildRolePanelEmbedCreateWithoutGuildRolePanelInput[] | GuildRolePanelEmbedUncheckedCreateWithoutGuildRolePanelInput[];
    createMany?: GuildRolePanelEmbedCreateManyGuildRolePanelInputEnvelope;
    delete?: GuildRolePanelEmbedWhereUniqueInput | GuildRolePanelEmbedWhereUniqueInput[];
    deleteMany?: GuildRolePanelEmbedScalarWhereInput | GuildRolePanelEmbedScalarWhereInput[];
    disconnect?: GuildRolePanelEmbedWhereUniqueInput | GuildRolePanelEmbedWhereUniqueInput[];
    set?: GuildRolePanelEmbedWhereUniqueInput | GuildRolePanelEmbedWhereUniqueInput[];
    update?: GuildRolePanelEmbedUpdateWithWhereUniqueWithoutGuildRolePanelInput | GuildRolePanelEmbedUpdateWithWhereUniqueWithoutGuildRolePanelInput[];
    updateMany?: GuildRolePanelEmbedUpdateManyWithWhereWithoutGuildRolePanelInput | GuildRolePanelEmbedUpdateManyWithWhereWithoutGuildRolePanelInput[];
    upsert?: GuildRolePanelEmbedUpsertWithWhereUniqueWithoutGuildRolePanelInput | GuildRolePanelEmbedUpsertWithWhereUniqueWithoutGuildRolePanelInput[];
}