feat: stubs for sync from nostr
This commit is contained in:
parent
13150f6360
commit
c6bca39df8
2 changed files with 16 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class MerchantProfile(BaseModel):
|
|||
|
||||
class MerchantConfig(MerchantProfile):
|
||||
event_id: Optional[str]
|
||||
sync_from_nostr = False
|
||||
|
||||
|
||||
class PartialMerchant(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue