interface SceneInfo {
    inOrOut: string;
    place: string;
    time: string;
    type: "scene";
}

Hierarchy (view full)

Properties

Properties

inOrOut: string

内/外景

place: string

地点

time: string

时间

type: "scene"

Generated using TypeDoc