UNPKG

@regionorebrolan/extensions

Version:
7 lines (6 loc) 165 B
interface IContentReference { readonly id: number; readonly provider: string; readonly version: number | null; } export default IContentReference;