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

6 lines
161 B
TypeScript

interface AuthorEntityInterface extends AuthorInterface {
names: Promise<AuthorNameEntityInterface[]>;
workAuthors: Promise<WorkAuthorEntityInterface[]>;
}