datasources.ts 118 B

1234567
  1. export interface DataSource {
  2. id: number;
  3. orgId: number;
  4. name: string;
  5. typeLogoUrl: string;
  6. type: string;
  7. }