export interface ModalSubmitDataInterface {
    url: string;
    method: string;
    data?: any;
}
