export interface ISystem { id: string; createdAt: string; updatedAt: string; deletedAt?: string; name: string; }