UNPKG

feedbaby-client

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