We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbb304 commit 50eaf52Copy full SHA for 50eaf52
src/types/platform.tsx
@@ -104,7 +104,7 @@ export interface PlatformConfig {
104
/**
105
* The categories the platform belongs to.
106
*/
107
- categories?: (`${PlatformCategory}`)[];
+ categories?: `${PlatformCategory}`[];
108
109
* Useful to define the "parent" platform. When specified the Platform will
110
* inherit configuration values from the parent platform.
0 commit comments