RenaiApp/src/shared/entity-api/serialized/work-author.d.ts

8 lines
133 B
TypeScript

interface WorkAuthorSerializedInterface extends WorkAuthorInterface {
work: number;
authorRoles: number[];
author: number;
}