UNPKG

fly-machines-sdk

Version:

API that provides ability to manage applications on Fly.io

7 lines (6 loc) 236 B
export interface WaitUntilStateDto { appName: string; machineId: string; machineInstanceId: string; desiredState: 'created' | 'starting' | 'started' | 'stopping' | 'stopped' | 'replacing' | 'destroying' | 'destroyed'; }