Type Alias InferBcsType<T>

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

Type Parameters