4 lines
43 B
TypeScript
4 lines
43 B
TypeScript
export interface Oid {
|
|
$oid: string;
|
|
}
|
export interface Oid {
|
|
$oid: string;
|
|
}
|