import { Actor } from "../../XAPI"; export interface XAPILaunchData { endpoint: string; actor: Actor; }