import { TaskInfoPanelProps } from "../../../canvas/TaskInfoPanel"; /** * Programmable properties of Supervisor․TaskInfoPanel. * * @typedef TaskInfoPanel.TaskInfoPanelProgrammableProps * @property {DynamicContentStore} [content] - Represents dynamic content store. * @property {string} [templateCode] - Represents template code. */ export type TaskInfoPanelProgrammableProps = Partial>;