@mft/moneyhub-api-client
Version:
Node.JS client for the Moneyhub API
9 lines • 315 B
TypeScript
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