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

Properties

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