UNPKG

marsol

Version:
20 lines (19 loc) 262 B
/** * * @export * @interface Duplicate */ export interface Duplicate { /** * * @type {string} * @memberof Duplicate */ number: string; /** * * @type {string} * @memberof Duplicate */ repeats: string; }