interface Demand {
    $type$: "Demand";
    identity: string;
    isActive: boolean;
    match: string;
    timestamp: number;
}

Properties

$type$: "Demand"
identity: string
isActive: boolean
match: string
timestamp: number