Type Alias UpdateScriptHistoryData

UpdateScriptHistoryData: {
    hash: string;
    path: string;
    requestBody: {
        deployment_msg?: string;
    };
    workspace: string;
}

Type declaration

  • hash: string
  • path: string
  • requestBody: {
        deployment_msg?: string;
    }

    Script deployment message

    • Optionaldeployment_msg?: string
  • workspace: string