UNPKG

feedbaby-client

Version:
8 lines (7 loc) 239 B
import { CsvFile } from "../CsvFile"; import { Growth } from "../../models/Growth"; export declare class GrowthCsv extends CsvFile<Growth> { private static readonly HEADERS; static create(): GrowthCsv; getFilename(): string; }