aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias BcsTypeName

    BcsTypeName: string | [string, ...(BcsTypeName | string)[]]

    Names a BCS type and, optionally, its type arguments.

    A string names a non-generic type. A tuple stores the type name at index 0 and recursively stores the names of its generic arguments after it.