UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (9 loc) 311 B
import type { IPurgeType, IPurgeMethod } from './type'; export declare function createPurgeTask({ secretId, secretKey, targets, zoneId, method, type, }: { secretId: string; secretKey: string; targets: string[]; zoneId: string; method?: IPurgeMethod; type?: IPurgeType; }): Promise<any>;