Interface OJson

object 型の JSON オブジェクトの型

interface OJson {
    [key: string]: mapray.Json | undefined;
}

Indexable

[key: string]: mapray.Json | undefined