Type alias ConversionInfoResponse

ConversionInfoResponse: {
    convertedGroups: Record<string, string>;
    error: string | null;
    format: {
        conversionFormats: {
            name: string;
        }[];
        name: string;
    };
}

Type declaration

  • convertedGroups: Record<string, string>
  • error: string | null
  • format: {
        conversionFormats: {
            name: string;
        }[];
        name: string;
    }
    • conversionFormats: {
          name: string;
      }[]
    • name: string

Generated using TypeDoc