RenaiApp/src/shared/entity-api/serialized/collection-part.d.ts

6 lines
119 B
TypeScript

interface CollectionPartSerializedInterface extends CollectionPartInterface {
collection: number;
work: number;
}