export interface CreateInterstitialAdOptions { /** * 广告类型 */ type: number; /** * 广告单元 id */ unitId: number; }