6 lines
52 B
TypeScript
6 lines
52 B
TypeScript
export interface ObjectWithId {
|
|
|
|
id?: number
|
|
|
|
}
|