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

    Properties

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