Files
dsh-plugin-model-enhancer/lib/types/index.d.ts
T

5 lines
201 B
TypeScript
Raw Normal View History

export declare const name = "dsh-plugin-model-enhancer";
export declare const inject: string[];
export declare function getModelsDevData(): Promise<any>;
export declare function apply(ctx: any): void;