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

    Type Alias TypedInstanceSource<Type>

    TypedInstanceSource: Type extends string
        ? { data?: WHFSTypes[Type]["SetFormat"]; whfsType: Type }
        : never

    The input of buildInstance for an instance of a specific type, usable for set()

    Type Parameters