UNPKG

@lokalise/node-api

Version:
16 lines (15 loc) 291 B
export interface OtaBundle { id: number; projectId: string; isPrerelease: boolean; isProduction: boolean; createdAt: string; createdBy: string; framework: string; description: string; isFrozen: boolean; lokaliseId: number; fileId: string; fileUrl: string; modifiedAt: string; }