Interface Namespace

interface Namespace {
    isDeprecated: boolean;
    isDraft: boolean;
    isUndocumented: boolean;
    name: string;
    parentPath: null | string;
    path: string;
}

Properties

isDeprecated: boolean
isDraft: boolean
isUndocumented: boolean
name: string
parentPath: null | string
path: string
""