导出增加参数
This commit is contained in:
parent
ef70ab18ca
commit
101a8fd18a
|
|
@ -47,6 +47,7 @@ export declare type CommonAspectDict<ED extends EntityDict & BaseEntityDict, Cxt
|
|||
entity: T;
|
||||
id: string;
|
||||
filter?: ED[T]['Selection']['filter'];
|
||||
properties: Record<string, any>;
|
||||
}, context: Cxt) => Promise<ArrayBuffer>;
|
||||
getImportationTemplate: (params: {
|
||||
id: string;
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ export type CommonAspectDict<ED extends EntityDict & BaseEntityDict, Cxt extends
|
|||
entity: T;
|
||||
id: string;
|
||||
filter?: ED[T]['Selection']['filter'];
|
||||
properties: Record<string, any>;
|
||||
}, context: Cxt) => Promise<ArrayBuffer>;
|
||||
getImportationTemplate: (params: { id: string }, context: Cxt) => Promise<ArrayBuffer>;
|
||||
searchPoi: (options: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue