mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-15 06:01:44 +00:00
7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
import SteveSchema from '@shell/models/steve-schema';
|
|
|
|
/**
|
|
* This is the steve schema that's used for the harvester store
|
|
*/
|
|
export default class HarvesterStoreSchema extends SteveSchema {}
|