Debug oubli export des interfaces
This commit is contained in:
parent
d980412b0f
commit
2b1eabd430
@ -1,6 +1,6 @@
|
|||||||
// Options de Papa Parse
|
// Options de Papa Parse
|
||||||
// cf. https://www.papaparse.com/docs#config
|
// cf. https://www.papaparse.com/docs#config
|
||||||
interface PublicPapaParseOptions
|
export interface PublicPapaParseOptions
|
||||||
{
|
{
|
||||||
delimiter: string;
|
delimiter: string;
|
||||||
newline: string;
|
newline: string;
|
||||||
@ -12,7 +12,7 @@ interface PublicPapaParseOptions
|
|||||||
fastMode: boolean|undefined;
|
fastMode: boolean|undefined;
|
||||||
transform?(value: string): string;
|
transform?(value: string): string;
|
||||||
}
|
}
|
||||||
interface PrivatePapaParseOptions
|
export interface PrivatePapaParseOptions
|
||||||
{
|
{
|
||||||
header: boolean;
|
header: boolean;
|
||||||
download: boolean;
|
download: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user