summary refs log tree commit diff
path: root/src/connections/EpicGames/EpicGamesSettings.ts
blob: 4820a88a6390e963285dba8e746da0dfdabcbd6c (plain) (blame)
1
2
3
4
5
export class EpicGamesSettings {
	enabled: boolean = false;
	clientId: string | null = null;
	clientSecret: string | null = null;
}