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

4 lines
136 B
TypeScript

interface CollectionNameInterface extends IdentifiableInterface, NameInterface {
entity: Promise<CollectionInterface> | Identifier;
}