/** * Describes an aggregated TokenHistory. */ export type TokenHistory = { current: object; history: { [flowNodeId: string]: object; }; };