UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

8 lines (6 loc) 117 B
export interface NodeGetParams { // Path or ID of the node. key: string; // Version to get versionId: string; }