/** * @example * { * type: "x", * data: { * "key": "value" * } * } */ export interface CreateTokenIntentRequest { type: string; data?: unknown; }