Type alias PlacesNeedingTranslationJSON

PlacesNeedingTranslationJSON: {
    json: ArtToTranslate[];
    message: string;
    status: number;
}

Type declaration