revert: resolution could be anything here (non binary markets)

This commit is contained in:
Milli 2022-05-25 20:38:35 +02:00
parent 4ddeaa1241
commit e76e5b62cb

View File

@ -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