my-test123
Version:
A planner front-end for Fabric8.
17 lines (16 loc) • 415 B
TypeScript
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;
};
}