UNPKG

@specify-sh/sdk

Version:
14 lines 307 B
export interface SpecifyInitConfig { publisherKey: string; } export interface SpecifyAd { walletAddress: string; campaignId: string; adId: string; headline: string; content: string; ctaUrl: string; ctaLabel: string; imageUrl: string; } //# sourceMappingURL=types.d.ts.map