UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

7 lines (6 loc) 204 B
export interface IEvent_Release { releaseType: 'Apple App Store' | 'Google Play' | 'npm package' | 'dockerimage'; dockerImageUrl: string; npmPackageUrl: string; appleAppStoreIdentifier: string; }