想知道project[] 哪来的
来源:7-2 用高级 Hook-useAsync统一处理Loading和Error状态

阿龙9678
2023-02-11
想知道project[] 哪来的
写回答
1回答
-
lannnnnlan
2023-07-21
引用类型
import { Project } from "types/project";
类型文件
export interface Project { id: number; name: string; personId: number; pin: boolean; organization: string; created: number; }
00
相似问题