SpaceNinjaServer/src/types/commonTypes.ts
7f8ddd a931863249
Fix interface names, +genericUpdate (#51)
Co-authored-by: nk <nk@fbi.rocks>
Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2023-09-05 14:37:30 +02:00

4 lines
44 B
TypeScript

export interface IOid {
$oid: string;
}