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