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