interface InteractionTagEntityInterface extends InteractionTagInterface { tag: Promise; subjectCharacters: Promise; objectCharacters: Promise; }