Add countries and category to vendors

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-09-12 15:32:06 +02:00
parent 41512a7a89
commit a2dc85f853
23 changed files with 3781 additions and 16 deletions

View File

@@ -83,6 +83,9 @@ export interface Vendor {
/** URL to vendor's status page */
statusPageUrl?: string;
/** Countries where the vendor is located */
countries?: CountryCode[];
}
/**