1 2 3 4 5 6 7 8 9 10 11
import {Level1Instance} from "./level1Instance"; export class CollectionResourceInstance extends Level1Instance{ collectionResourceStoreKey : string; statusMessage?: string; constructor() { super(); this.collectionResourceStoreKey = null; } }