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

6 lines
205 B
TypeScript

interface TransformationTypeEntityInterface extends TransformationTypeInterface {
names: Promise<TransformationTypeNameEntityInterface[]>;
transformations: Promise<TransformationEntityInterface[]>;
}