UNPKG

@mft/moneyhub-api-client

Version:
9 lines 315 B
export declare type NotificationThresholdType = "lt" | "gt"; export declare type NotificationThresholdBody = { value: number; type: NotificationThresholdType; }; export declare type NotificationThreshold = NotificationThresholdBody & { id: string; }; //# sourceMappingURL=notification-threshold.d.ts.map