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