Majuscule pour la première lettre des noms des interfaces.
This commit is contained in:
parent
aa2a3414b2
commit
af3d7aba54
@ -1,11 +1,11 @@
|
|||||||
// cf. https://www.papaparse.com/docs#results
|
// cf. https://www.papaparse.com/docs#results
|
||||||
|
|
||||||
export interface papaParseDatas
|
export interface PapaParseDatas
|
||||||
{
|
{
|
||||||
[key: string]: string;
|
[key: string]: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface papaParseErrors
|
export interface PapaParseErrors
|
||||||
{
|
{
|
||||||
type: string;
|
type: string;
|
||||||
code: string;
|
code: string;
|
||||||
@ -13,7 +13,7 @@ export interface papaParseErrors
|
|||||||
row: number;
|
row: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface papaParseMeta
|
export interface PapaParseMeta
|
||||||
{
|
{
|
||||||
delimiter?: string;
|
delimiter?: string;
|
||||||
linebreak?: string;
|
linebreak?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user