UNPKG

@lamantin/fastpush

Version:

Typed fastlane frontend for pushing builds to store

9 lines (8 loc) 173 B
export declare type Option<T = string> = { flag?: string; name: string; description: string; placeholder: string; default: T; required?: boolean; };