This commit is contained in:
2025-09-17 14:41:42 +02:00
parent a65c0c9cf1
commit dfa68f6893
21 changed files with 1 additions and 19 deletions

View File

@@ -1,19 +0,0 @@
module models
// This module provides data models for various domains including:
// - Core models (comments, etc.)
// - Finance models (accounts, assets, marketplace)
// - Flow models (workflows, signatures)
// - Business models (companies, products, sales, payments)
// - Identity models (KYC verification)
// - Payment models (Stripe webhooks)
// - Location models (addresses)
// Import all model modules for easy access
import freeflowuniverse.herolib.threefold.models.core
import freeflowuniverse.herolib.threefold.models.finance
import freeflowuniverse.herolib.threefold.models.flow
import freeflowuniverse.herolib.threefold.models.business
import freeflowuniverse.herolib.threefold.models.identity
import freeflowuniverse.herolib.threefold.models.payment
import freeflowuniverse.herolib.threefold.models.location

View File

@@ -0,0 +1 @@
these are the models for what we use on threefold