fix(SW-190): added imageVaultAsset schema
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { InsertResponse } from "../components/imageVaultImage"
|
||||
import { ImageVaultAssetResponse } from "../components/imageVault"
|
||||
import { RTEItemTypeEnum } from "./enums"
|
||||
|
||||
import type { Lang } from "@/constants/languages"
|
||||
@@ -39,7 +39,9 @@ export interface RTELinkAttrs extends Attributes {
|
||||
type: RTEItemTypeEnum.entry
|
||||
}
|
||||
|
||||
export interface RTEImageVaultAttrs extends Attributes, InsertResponse {
|
||||
export interface RTEImageVaultAttrs
|
||||
extends Attributes,
|
||||
ImageVaultAssetResponse {
|
||||
height: string
|
||||
width: string
|
||||
style: string[]
|
||||
|
||||
Reference in New Issue
Block a user