UNPKG

feedbaby-client

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