/*** * @file: * @author: caojianping * @Date: 2021-05-25 15:09:15 */ export interface CloseTabUrl { closedUrl?: string; redirectUrl?: string; }