add COL_BILLING_ADDRESS constant and update exports
```
This commit is contained in:
louiscklaw
2025-05-13 13:28:21 +08:00
parent f4e5f94e17
commit 5bebc1f40e

View File

@@ -5,6 +5,7 @@ const COL_LESSON_TYPES = 'LessonsTypes';
const COL_LESSON_CATEGORIES = 'LessonsCategories'; const COL_LESSON_CATEGORIES = 'LessonsCategories';
const COL_USERS = 'users'; const COL_USERS = 'users';
const COL_USER_METAS = 'UserMetas'; const COL_USER_METAS = 'UserMetas';
const COL_BILLING_ADDRESS = 'billingAddress';
// RULES: // RULES:
// do not use LP_CATEGORIES anymore // do not use LP_CATEGORIES anymore
@@ -56,4 +57,5 @@ export {
COL_VOCABULARIES, COL_VOCABULARIES,
NS_VOCABULARY, NS_VOCABULARY,
// //
COL_BILLING_ADDRESS,
}; };