@temporalio/testing
Version:
Temporal.io SDK Testing sub-package
4 lines (3 loc) • 347 B
TypeScript
import { Connection } from '@temporalio/client';
export declare function waitOnNamespace(connection: Connection, namespace: string, maxAttempts?: number, retryIntervalSecs?: number): Promise<void>;
export declare function createNamespace(connection: Connection, namespace: string, maxAttempts?: number, retryIntervalSecs?: number): Promise<void>;