Interface for mandate type detection strategies
detectType(mandate: any): MandateType
canHandle(mandateType: MandateType): boolean
Interface for mandate type detection strategies
detectType(mandate: any): MandateType
canHandle(mandateType: MandateType): boolean
import { type MandateTypeDetector } from ".";