InstanceExport | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias InstanceExport

    Generic instance export format

    type InstanceExport = {
        data?: { [key in string]?: CodecExportMemberType };
        whfsType: WHFSTypeName | string;
    }
    Index

    Properties

    Properties

    data?: { [key in string]?: CodecExportMemberType }
    whfsType: WHFSTypeName | string