Type Alias InferBcsType<T>

InferBcsType<T>: T extends BcsType<infer U, any>
    ? U
    : never

Type Parameters