IOTConnect-Web/node_modules/@vue/devtools-api/lib/esm/api/util.d.ts

5 lines
74 B
TypeScript
Raw Normal View History

2024-05-09 01:49:52 +00:00
export type ID = number | string;
export interface WithId {
id: ID;
}