Spaces:
Build error
Build error
| export abstract class BaseWorkspaceEntity { | |
| id: string; | |
| createdAt: string; | |
| updatedAt: string; | |
| deletedAt: string | null; | |
| } | |
| export abstract class BaseWorkspaceEntity { | |
| id: string; | |
| createdAt: string; | |
| updatedAt: string; | |
| deletedAt: string | null; | |
| } | |