Type Alias GuildRolePanelEmbedFieldUncheckedUpdateManyWithoutGuildRolePanelEmbedNestedInput

GuildRolePanelEmbedFieldUncheckedUpdateManyWithoutGuildRolePanelEmbedNestedInput: {
    connect?: GuildRolePanelEmbedFieldWhereUniqueInput | GuildRolePanelEmbedFieldWhereUniqueInput[];
    connectOrCreate?: GuildRolePanelEmbedFieldCreateOrConnectWithoutGuildRolePanelEmbedInput | GuildRolePanelEmbedFieldCreateOrConnectWithoutGuildRolePanelEmbedInput[];
    create?: XOR<GuildRolePanelEmbedFieldCreateWithoutGuildRolePanelEmbedInput, GuildRolePanelEmbedFieldUncheckedCreateWithoutGuildRolePanelEmbedInput> | GuildRolePanelEmbedFieldCreateWithoutGuildRolePanelEmbedInput[] | GuildRolePanelEmbedFieldUncheckedCreateWithoutGuildRolePanelEmbedInput[];
    createMany?: GuildRolePanelEmbedFieldCreateManyGuildRolePanelEmbedInputEnvelope;
    delete?: GuildRolePanelEmbedFieldWhereUniqueInput | GuildRolePanelEmbedFieldWhereUniqueInput[];
    deleteMany?: GuildRolePanelEmbedFieldScalarWhereInput | GuildRolePanelEmbedFieldScalarWhereInput[];
    disconnect?: GuildRolePanelEmbedFieldWhereUniqueInput | GuildRolePanelEmbedFieldWhereUniqueInput[];
    set?: GuildRolePanelEmbedFieldWhereUniqueInput | GuildRolePanelEmbedFieldWhereUniqueInput[];
    update?: GuildRolePanelEmbedFieldUpdateWithWhereUniqueWithoutGuildRolePanelEmbedInput | GuildRolePanelEmbedFieldUpdateWithWhereUniqueWithoutGuildRolePanelEmbedInput[];
    updateMany?: GuildRolePanelEmbedFieldUpdateManyWithWhereWithoutGuildRolePanelEmbedInput | GuildRolePanelEmbedFieldUpdateManyWithWhereWithoutGuildRolePanelEmbedInput[];
    upsert?: GuildRolePanelEmbedFieldUpsertWithWhereUniqueWithoutGuildRolePanelEmbedInput | GuildRolePanelEmbedFieldUpsertWithWhereUniqueWithoutGuildRolePanelEmbedInput[];
}