✨ feat(privacy-policy): Add privacy policy related text and links
This commit is contained in:
Vendored
+4
@@ -372,6 +372,10 @@ declare namespace API {
|
||||
deduction_amount: number;
|
||||
};
|
||||
|
||||
type PrivacyPolicyConfig = {
|
||||
privacy_policy: string;
|
||||
};
|
||||
|
||||
type PubilcRegisterConfig = {
|
||||
stop_register: boolean;
|
||||
enable_ip_register_limit: boolean;
|
||||
|
||||
Reference in New Issue
Block a user