interface IdOrKey {
    id?: number;
    key?: string;
}

Properties

Properties

id?: number

The ID of the referenced item.

key?: string

The key of the referenced item.