interface IEnvironmentJson {
    id: number;
    memory: Record<Identifier, IdentifierDefinition[]>;
    parent: IEnvironmentJson;
}

Properties

Properties

id: number
memory: Record<Identifier, IdentifierDefinition[]>