export interface IActionResourceData { title: string; message: string; singleSelection: string; multipleSelection: string; }