UNPKG

@compas/code-gen

Version:

Generate various boring parts of your server

21 lines (20 loc) 435 B
export class RelationType { constructor(subType: any, ownKey: any, reference: any, referencedKey: any); data: { type: string; subType: any; ownKey: any; referencedKey: any; isOptional: boolean; }; reference: any; /** * @returns {RelationType} */ optional(): RelationType; /** * @returns {Record<string, any>} */ build(): Record<string, any>; } //# sourceMappingURL=RelationType.d.ts.map