export type IncrementParam = { property: string; value: number; }; export type DecrementParam = IncrementParam; //# sourceMappingURL=increment-param.d.ts.map