mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
fix: build issues
This commit is contained in:
@@ -64,6 +64,11 @@ import {SCTicket, SCTicketMeta, SCTicketWithoutReferences} from './things/ticket
|
||||
import {SCToDo, SCToDoMeta, SCToDoWithoutReferences} from './things/todo.js';
|
||||
import {SCTour, SCTourMeta, SCTourWithoutReferences} from './things/tour.js';
|
||||
import {SCVideo, SCVideoMeta, SCVideoWithoutReferences} from './things/video.js';
|
||||
import {version} from '../package.json';
|
||||
|
||||
// re-export breaks .d.ts generation for some reason
|
||||
// eslint-disable-next-line unicorn/prefer-export-from
|
||||
export const STAPPS_CORE_VERSION = version;
|
||||
|
||||
/**
|
||||
* A map of things, from type to meta data
|
||||
|
||||
@@ -92,11 +92,11 @@ export interface SCPluginMetaData {
|
||||
|
||||
/**
|
||||
* Plugin register response
|
||||
* @validatable
|
||||
*/
|
||||
export interface SCPluginRegisterResponse {
|
||||
/**
|
||||
* Whether the desired action succeeded or failed (true for success, false if an error occurred)
|
||||
* @validatable
|
||||
*/
|
||||
success: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user