interface MappingResult {
    code?: string;
    errorMessage?: string;
}

Properties

Properties

code?: string
errorMessage?: string