g3-toolkit API Reference
    Preparing search index...

    Interface Annotation

    interface Annotation {
        author?: string;
        createdAt: string;
        elementId: string;
        text: string;
        updatedAt: string;
    }
    Index

    Properties

    author?: string
    createdAt: string
    elementId: string
    text: string
    updatedAt: string