generated from tailored/router-db-template
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { client } from '../common.ts';
|
|
|
|
client.getUnread().then((res) => {
|
|
console.log(res);
|
|
});
|