Scorable TypeScript SDK - v0.12.1
    Preparing search index...

    Interface UpdateAnnotationData

    interface UpdateAnnotationData {
        value?: number | null;
        category?: string | null;
        rationale?: string;
        status?: "draft" | "published";
    }
    Index
    value?: number | null
    category?: string | null
    rationale?: string
    status?: "draft" | "published"