Files

5 lines
201 B
TypeScript

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;