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

4 lines
128 B
TypeScript

interface AuthorNameInterface extends IdentifiableInterface, NameInterface {
entity: Promise<AuthorInterface> | Identifier;
}