This commit is contained in:
Mocca
2025-01-21 00:40:48 +07:00
parent 232c6a958a
commit b2b36a475f
94 changed files with 921746 additions and 98505 deletions

View File

@@ -1,5 +1,21 @@
{
"TermsType_TermsOfService|name": "Terms",
"TermsType_PrivacyPolicy|name": "Privacy Policy",
"TermsType_GlobalConsent|name": "Outlet"
"rules": {
"primaryKeys": [
"type"
]
},
"data": [
{
"type": "TermsType_TermsOfService",
"name": "Terms"
},
{
"type": "TermsType_PrivacyPolicy",
"name": "Privacy Policy"
},
{
"type": "TermsType_GlobalConsent",
"name": "Outlet"
}
]
}