import { ICommonParams } from "../IModule"; export default interface ICCShare { requestShare(obj?: ICommonParams): void; }