UNPKG

@elastic-suite/gally-admin-shared

Version:
10 lines (7 loc) 252 B
import { IJsonldBase, IJsonldContext, IJsonldId } from './jsonld' export type IEntrypoint = Record<string, string> & IJsonldBase & IJsonldContext export type IExpandedEntrypoint = Record< string, string | string[] | [IJsonldId] > & IJsonldBase