Type Alias GuildAutoLiveRoleFilterUpdateToOneWithWhereWithoutGuildAutoLiveRoleInput

GuildAutoLiveRoleFilterUpdateToOneWithWhereWithoutGuildAutoLiveRoleInput: {
    data: XOR<GuildAutoLiveRoleFilterUpdateWithoutGuildAutoLiveRoleInput, GuildAutoLiveRoleFilterUncheckedUpdateWithoutGuildAutoLiveRoleInput>;
    where?: GuildAutoLiveRoleFilterWhereInput;
}