feat: stubs for sync from nostr

This commit is contained in:
Vlad Stan 2023-03-24 15:10:30 +02:00
parent 13150f6360
commit c6bca39df8
2 changed files with 16 additions and 0 deletions

View file

@ -40,6 +40,7 @@ class MerchantProfile(BaseModel):
class MerchantConfig(MerchantProfile):
event_id: Optional[str]
sync_from_nostr = False
class PartialMerchant(BaseModel):