chore: fix lint issues

This commit is contained in:
41666 2021-08-01 16:30:58 -04:00
parent 5334353c84
commit 462ef26ea2
8 changed files with 27 additions and 3 deletions

7
packages/interactions/bindings.d.ts vendored Normal file
View file

@ -0,0 +1,7 @@
export {};
declare global {
const DISCORD_PUBLIC_KEY: string;
const UI_PUBLIC_URI: string;
const API_PUBLIC_URI: string;
}