UNPKG

@r/api-client

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