RenaiApp/src/shared/types/entity-api/entities/collection-part.d.ts

6 lines
165 B
TypeScript

interface CollectionPartEntityInterface extends CollectionPartInterface {
collection: Promise<CollectionEntityInterface>;
work: Promise<WorkEntityInterface>;
}