DeploymentProgress: Progress<{
    deployed?: number;
    message?: string;
    total?: number;
}>

Type declaration

  • Optional deployed?: number
  • Optional message?: string
  • Optional total?: number