JewelryMall/node_modules/@vue/devtools-api/lib/esm/api/util.d.ts
2026-02-14 19:29:15 +08:00

5 lines
74 B
TypeScript

export type ID = number | string;
export interface WithId {
id: ID;
}