@agentshelf/external-agents-sdk / WaitForWorkspaceRuntimeInput
Type Alias: WaitForWorkspaceRuntimeInput
type WaitForWorkspaceRuntimeInput = WorkspaceRuntimeStatusInput & {
pollIntervalMs?: number;
timeoutMs?: number;
};
Type Declaration
pollIntervalMs?
optional pollIntervalMs?: number;
timeoutMs?
optional timeoutMs?: number;