Add countries and category to vendors
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
3
packages/vendors/data.d.ts
vendored
3
packages/vendors/data.d.ts
vendored
@@ -83,6 +83,9 @@ export interface Vendor {
|
||||
|
||||
/** URL to vendor's status page */
|
||||
statusPageUrl?: string;
|
||||
|
||||
/** Countries where the vendor is located */
|
||||
countries?: CountryCode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user