export interface IShare { shareFlag?: boolean; success?: (data: any) => void; fail?: (error: any) => void; complete?: (msg: any) => void; }