Interface Translate

Hierarchy

Properties

Properties

extra: {
    from: {
        full: string;
        iso: string;
    };
    raw: object;
    to: {
        full: string;
        iso: string;
    };
}

Type declaration

  • from: {
        full: string;
        iso: string;
    }
    • full: string
    • iso: string
  • raw: object
  • to: {
        full: string;
        iso: string;
    }
    • full: string
    • iso: string
message: string
status: boolean
text: string

Generated using TypeDoc