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

6 lines
171 B
TypeScript

interface CollectionEntityInterface extends CollectionInterface {
names: Promise<CollectionNameEntityInterface[]>;
parts: Promise<CollectionPartEntityInterface[]>;
}