Type Alias GuildRolePanelEmbedUpdateWithWhereUniqueWithoutGuildRolePanelInput

GuildRolePanelEmbedUpdateWithWhereUniqueWithoutGuildRolePanelInput: {
    data: XOR<GuildRolePanelEmbedUpdateWithoutGuildRolePanelInput, GuildRolePanelEmbedUncheckedUpdateWithoutGuildRolePanelInput>;
    where: GuildRolePanelEmbedWhereUniqueInput;
}