2 lines
37 B
TypeScript
2 lines
37 B
TypeScript
|
export type IdModel = string | null;
|
|
export type IdModel = string | null;
|