import type { WorkflowCredentialHealthDto } from "../contracts/CredentialContractsRegistry"; import { Query } from "../bus/Query"; export class GetWorkflowCredentialHealthQuery extends Query { constructor(public readonly workflowId: string) { super(); } }