Interface IDocsShape

interface IDocsShape {
    docs(): DocsConfig;
}

Implemented by

Methods

Methods