UNPKG

take-shot

Version:
8 lines (7 loc) 290 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export interface COUNTER_INCREMENT { counter: string; increment: number; } export type CounterIncrement = COUNTER_INCREMENT[] | null; export declare const counterIncrement: IPropertyListDescriptor<CounterIncrement>;