/** * @author songxiwen * @date 2020/12/13 11:15 */ export declare type ThirdPartyPlatformResponseType = { id: string; name: string; limit: number; cycle: string; authFields: object; isEnabled: boolean; createdAt: Date; updatedAt: Date; };