correct the type
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { FileSystemTreeItemPresentationModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
import { StylesheetResponseModel } from '@umbraco-cms/backoffice/backend-api';
|
||||
|
||||
// TODO: temp until we have a proper stylesheet model
|
||||
export interface StylesheetDetails extends FileSystemTreeItemPresentationModel {
|
||||
content: string;
|
||||
}
|
||||
export type StylesheetDetails = StylesheetResponseModel;
|
||||
|
||||
export const STYLESHEET_ENTITY_TYPE = 'stylesheet';
|
||||
export * from './repository/index.js';
|
||||
|
||||
Reference in New Issue
Block a user