Warp/node_modules/@vue/devtools-api/lib/esm/api/util.d.ts
2024-01-05 19:14:38 +07:00

4 lines
82 B
TypeScript

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