Update cherrypick-js.api.md
This commit is contained in:
parent
728b450186
commit
e73f52cc86
|
@ -208,6 +208,13 @@ export type Channels = {
|
|||
};
|
||||
receives: null;
|
||||
};
|
||||
catTimeline: {
|
||||
params: null;
|
||||
events: {
|
||||
note: (payload: Note) => void;
|
||||
};
|
||||
receives: null;
|
||||
};
|
||||
globalTimeline: {
|
||||
params: null;
|
||||
events: {
|
||||
|
|
Loading…
Reference in a new issue