UNPKG

@r/api-client

Version:

node and browser reddit api library

8 lines (7 loc) 165 B
export default class Record { constructor(type, uuid, paginationId=uuid) { this.type = type; this.uuid = uuid; this.paginationId = paginationId; } }