export type SimulatorCheckResponse = { manifest: "ko" | "ok"; value: string | undefined; };