(uuid: string)
| 33 | |
| 34 | const noConfirmScripts = new Set<string>(); |
| 35 | export const addTestPermission = (uuid: string) => { |
| 36 | noConfirmScripts.add(uuid); |
| 37 | }; |
| 38 | |
| 39 | export function initTestGMApi(): Message { |
| 40 | const wsEE = new EventEmitter<string, any>(); |