util.d.ts 74 Bytes EditWeb IDE 1 2 3 4 export type ID = number | string; export interface WithId { id: ID; }