mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Adds new fields to service
This commit is contained in:
parent
698e818f03
commit
fa8dbb320f
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ export interface Service {
|
|||
acceptsCrypto?: boolean;
|
||||
tosdrId?: string;
|
||||
iosApp?: string;
|
||||
androidApp?: string;
|
||||
discordInvite?: string;
|
||||
subreddit?: string;
|
||||
}
|
||||
|
||||
export interface Section {
|
||||
|
|
|
|||
Loading…
Reference in a new issue