import type { components } from "@/api/schema"; export type ClaimLandingPayload = components["schemas"]["ClaimLandingPayload"]; export type WorkflowLandingRequest = components["schemas"]["WorkflowLandingRequest"];