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

    Type Alias TypedInstanceExport<Type>

    TypedInstanceExport: Type extends string
        ? { data?: WHFSTypes[Type]["ExportFormat"]; whfsType: Type }
        : never

    The result of a .export() operation on an instance of a specific type

    Type Parameters