3 lines
47 B
TypeScript
3 lines
47 B
TypeScript
export type Model = {
|
|
id: number | bigint;
|
|
}
|
export type Model = {
|
|
id: number | bigint;
|
|
}
|