export default interface IActionOptionSet { optionContent: string; optionDescribe?: string; disabled?: boolean; }