Type alias IAnnotation

IAnnotation: {
    type?: AnnotationType;
    value?: string | null;
}

Type declaration

Generated using TypeDoc