mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
7 lines
193 B
JavaScript
7 lines
193 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 { }
|