interface ReferenceObject {
    $ref: string;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

Properties

$ref: string