UNPKG

my-test123

Version:
17 lines (16 loc) 415 B
export declare class SchemaMockGenerator { private workItemTypes; private workItemLinkTypes; private linkCategories; getLinkCategories(): any; getWorkItemLinkTypes(): any; getWorkItemTypes(): any[]; getWorkItemTypeById(id: any): any; renderText(text: string): { attributes: { renderedContent: string; }; id: string; type: string; }; }