export interface ApiDoc {
    docType: string;
    renderedContent: string;
    vFile: any;
}
