interface AuthorRoleSerializedInterface extends AuthorRoleInterface { names: number[]; workAuthors: number[]; }