UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

4 lines (3 loc) 189 B
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions export const trackTypes = <const>['alpha', 'beta', 'production'] export type TrackType = typeof trackTypes[number]