UNPKG

@regionorebrolan/extensions

Version:
11 lines (10 loc) 373 B
import IContentReference from "./IContentReference"; export default class ContentReference implements IContentReference { private readonly _id; private readonly _provider; private readonly _version; constructor(id: number, provider?: string, version?: number); get id(): number; get provider(): string; get version(): number | null; }