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
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user