import type { CredentialHealth } from "@codemation/core"; import { Command } from "../bus/Command"; export class TestCredentialInstanceCommand extends Command { constructor(public readonly instanceId: string) { super(); } }