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

4 lines
136 B
TypeScript

interface AuthorRoleNameInterface extends IdentifiableInterface, NameInterface {
entity: Promise<AuthorRoleInterface> | Identifier;
}