fix(SW-190): added imageVaultAsset schema
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { InsertResponse } from "../components/imageVaultImage"
|
||||
import { ImageVaultAssetResponse } from "../components/imageVault"
|
||||
import { EmbedEnum } from "./utils/embeds"
|
||||
import { Typename } from "./utils/typename"
|
||||
|
||||
export type ImageContainer = Typename<
|
||||
{
|
||||
image_left: InsertResponse
|
||||
image_right: InsertResponse
|
||||
image_left: ImageVaultAssetResponse
|
||||
image_right: ImageVaultAssetResponse
|
||||
system: {
|
||||
uid: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user