diff --git a/packages/engine/paima-sm/src/types.ts b/packages/engine/paima-sm/src/types.ts index 8d57c1221..807613ae7 100644 --- a/packages/engine/paima-sm/src/types.ts +++ b/packages/engine/paima-sm/src/types.ts @@ -18,6 +18,7 @@ import type { } from '@paima/utils'; import { Type } from '@sinclair/typebox'; import type { Static } from '@sinclair/typebox'; +import type { ProjectedNftStatus } from '@dcspark/carp-client'; export { SubmittedChainData, SubmittedData }; @@ -108,7 +109,7 @@ interface CdeDatumCardanoProjectedNFTPayload { policyId: string; assetName: string; amount: string; - status: string; + status: ProjectedNftStatus; plutusDatum: string; forHowLong: string | undefined;