mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-23 02:04:33 +09:00
run api extractor
This commit is contained in:
parent
8608801fee
commit
efc272a340
@ -715,6 +715,10 @@ export type Channels = {
|
||||
key: string;
|
||||
value: any;
|
||||
}) => void;
|
||||
reacted: (payload: {
|
||||
userId: User['id'];
|
||||
reaction: string;
|
||||
}) => void;
|
||||
log: (payload: Record<string, any>) => void;
|
||||
};
|
||||
receives: {
|
||||
@ -729,6 +733,7 @@ export type Channels = {
|
||||
value: any;
|
||||
};
|
||||
claimTimeIsUp: null | Record<string, never>;
|
||||
reaction: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user