inaturalistjs
    Preparing search index...

    Type Alias PostAnnotation

    type PostAnnotation = {
        annotation?: {
            controlledAttributeId?: number;
            controlledValueId?: number;
            resourceId?: number;
            resourceType?: "Observation";
        };
    }
    Index

    Properties

    Properties

    annotation?: {
        controlledAttributeId?: number;
        controlledValueId?: number;
        resourceId?: number;
        resourceType?: "Observation";
    }