/** * Action Info */ export interface IActionInfo { isPostAction: boolean; url: string; }