/**
 * Refresh handler type
 * 刷新处理程序类型
 */
export type RefreshHandler = () => void;
