export interface NodeGetParams {
	// Path or ID of the node.
	key: string;

	// Version to get
	versionId: string;
}
