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