UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

3 lines (2 loc) 134 B
export declare const trackTypes: readonly ["alpha", "beta", "production"]; export declare type TrackType = typeof trackTypes[number];