Type Alias InferBcsInput<T>

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

Type Parameters