UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

13 lines (12 loc) 309 B
import { DocumentationExample } from './documentation-example'; export interface DocumentationDocument { id: string; name: string; internal: boolean; parentId?: string; overview: string; api: any; examples: { [exampleId: string]: DocumentationExample; }; }