RenaiApp/src/shared/types/entity-api/entities/work-tag-interface.d.ts

6 lines
137 B
TypeScript

interface WorkTagEntityInterface extends WorkTagInterface {
tag: Promise<TagEntityInterface>;
work: Promise<WorkEntityInterface>;
}