diff --git a/common/contract.ts b/common/contract.ts index 898cd103..0041c2f9 100644 --- a/common/contract.ts +++ b/common/contract.ts @@ -27,7 +27,7 @@ export type FullContract< isResolved: boolean resolutionTime?: number // When the market is resolved - resolution?: resolution + resolution?: string resolutionType: 'manual' | 'combined' automaticResolutionTime?: number