UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

9 lines (8 loc) 149 B
export interface Like { category?: string; id?: string; name?: string; time?: string; timestamp?: string; } export default Like;