7 lines
83 B
TypeScript
7 lines
83 B
TypeScript
declare global {
|
|
const scope: {
|
|
channelId: string;
|
|
};
|
|
}
|
|
export {};
|