From af3d7aba549dd1eb4b2a7b28878e9173fb877416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Fri, 17 Sep 2021 18:05:08 +0200 Subject: [PATCH] =?UTF-8?q?Majuscule=20pour=20la=20premi=C3=A8re=20lettre?= =?UTF-8?q?=20des=20noms=20des=20interfaces.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/papaParseInterfaces.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/papaParseInterfaces.ts b/src/papaParseInterfaces.ts index 7f5abb1..a13c066 100644 --- a/src/papaParseInterfaces.ts +++ b/src/papaParseInterfaces.ts @@ -1,11 +1,11 @@ // cf. https://www.papaparse.com/docs#results -export interface papaParseDatas +export interface PapaParseDatas { [key: string]: string; } -export interface papaParseErrors +export interface PapaParseErrors { type: string; code: string; @@ -13,7 +13,7 @@ export interface papaParseErrors row: number; } -export interface papaParseMeta +export interface PapaParseMeta { delimiter?: string; linebreak?: string;