asd/asd-pc/node_modules/@vue/devtools-api/lib/esm/api/util.d.ts
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

5 lines
82 B
TypeScript

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