UNPKG

feedbaby-client

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