Interface HeaderInfoAnnotation

全部 Annotation 的抽象接口

interface HeaderInfoAnnotation {
    id?: string;
    typeNamePlural: string;
}

Hierarchy

Properties

Properties

id?: string
typeNamePlural: string

Generated using TypeDoc