add resId to cache DoricResource on native
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -1688,8 +1688,10 @@ declare module 'doric/lib/src/util/resource' {
|
||||
export abstract class Resource implements Modeling {
|
||||
type: string;
|
||||
identifier: string;
|
||||
resId: string;
|
||||
constructor(type: string, identifier: string);
|
||||
toModel(): {
|
||||
resId: string;
|
||||
type: string;
|
||||
identifier: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user