Type Alias MLocationEvent

MLocationEvent: EitherAnd<{
    org.matrix.msc3488.location: MLocationContent;
}, {
    m.location: MLocationContent;
}>