2023-06-04 22:16:49 +02:00

4 lines
43 B
TypeScript

export interface Oid {
$oid: string;
}