Type Alias MLocationContent

MLocationContent: {
    description?: string | null;
    uri: string;
}