jiangchengfeiyi-xiaochengxu/node_modules/@vue/devtools-api/lib/esm/api/util.d.ts

5 lines
74 B
TypeScript
Raw Normal View History

2024-11-03 23:34:53 +00:00
export type ID = number | string;
export interface WithId {
id: ID;
}