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

4 lines
152 B
TypeScript

interface TransformationTypeNameInterface extends IdentifiableInterface, NameInterface {
entity: Promise<TransformationTypeInterface> | Identifier;
}