Type Alias InferBcsInput<T>

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

Type Parameters