UNPKG

@openstream/client

Version:
8 lines 262 B
import type { DateTime } from "../DateTime.js"; export type OwnerDeploymentInfo = { deployment_id: string; task_id: string; content_type: string; health_checked_at: DateTime | null | undefined; }; //# sourceMappingURL=OwnerDeploymentInfo.d.ts.map