mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export interface IConfig {
|
|
client_id: string;
|
|
redirect_uri: string;
|
|
}
|