@openhps/rdf
    Preparing search index...

    Interface MemberSerializerOptions

    interface MemberSerializerOptions {
        baseUri?: `http://${string}` | `https://${string}`;
        dataType?: Serializable<any>;
        parent?: MemberSerializerOptionsParent;
        thing: Thing;
    }
    Index

    Properties

    baseUri?: `http://${string}` | `https://${string}`
    dataType?: Serializable<any>
    thing: Thing