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

4 lines
126 B
TypeScript

interface WorldNameInterface extends IdentifiableInterface, NameInterface {
entity: Promise<WorldInterface> | Identifier;
}