Type alias MLocationEvent

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

Generated using TypeDoc