Files
gemory/src/marbas/MarbasObject.ts
T
2024-05-18 14:14:57 +02:00

3 lines
46 B
TypeScript

export type MarbasObject = {
id: number;
}