1
1
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:
kakkokari-gtyih 2024-01-31 17:56:30 +09:00
parent 8608801fee
commit efc272a340

View File

@ -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;
};
};
};