Skip to content

infer 介绍这里 例子有错误吧? #237

@xiaobaichiliangpi

Description

@xiaobaichiliangpi

`interface User {
name: string;
age: number;
}

type Func = (user: User) => void;

type Param = ParamType; // Param = User
type AA = ParamType; // string
`
Param 应该是 [User]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions