translation_status.d.ts 100 B

12345
  1. export interface TranslationStatus {
  2. status_id: number;
  3. title: string;
  4. color: string;
  5. }