doc.yeswiki.pro/node_modules/@vue/devtools-api/lib/esm/api/util.d.ts
2023-05-20 19:38:02 +03:00

4 lines
82 B
TypeScript

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