UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

6 lines (5 loc) 115 B
export interface CreateRelationRequest { relationType: string; target1Id: string; target2Id: string; }