UNPKG

@enonic/js-utils

Version:
12 lines (10 loc) 130 B
export type NodeGetParams = { /** * Path or ID of the node. */ key: string; /** * Version to get */ versionId: string; }