/** * @author songxiwen * @date 2020/12/07 14:38 */ export declare type KitCoverUploadingType = { id: string; cover: string; banner: string; thumb: string; };