Type Alias GuildRolePanelRoleUpdateWithWhereUniqueWithoutGuildRolePanelInput

GuildRolePanelRoleUpdateWithWhereUniqueWithoutGuildRolePanelInput: {
    data: XOR<GuildRolePanelRoleUpdateWithoutGuildRolePanelInput, GuildRolePanelRoleUncheckedUpdateWithoutGuildRolePanelInput>;
    where: GuildRolePanelRoleWhereUniqueInput;
}