// TypeScript export interface IModel { _id?: string; name: string; active?: boolean; }
© 2024 Unified API Inc.