CollectionRef

interface CollectionRef {
    $id: number;
    $ref: "collections";
    oid?: number;
}

Properties

Properties

$id: number

CollectionRef

$ref: "collections"

CollectionRef

oid?: number

CollectionRef