@refinio/one.models
    Preparing search index...
    interface Supply {
        $type$: "Supply";
        identity: string;
        isActive: boolean;
        match: string;
        timestamp: number;
    }
    Index

    Properties

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