File

src/shared/model/CSV.ts

Index

Properties

Properties

data
data: string
Type : string
options
options: ParseConfig<>
Type : ParseConfig<>
Optional
import type { ParseConfig, ParseError, ParseResult } from 'papaparse';

export interface IParseCsvDTO {
    data: string;
    options?: ParseConfig<unknown>;
}

export type ParseCsvResult<T> = ParseResult<T>;

export type CSVParsedError = ParseError;

results matching ""

    No results matching ""