UNPKG

feedbaby-client

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