feat(SW-2541): Changed asset types to only add the data needed
This commit is contained in:
@@ -55,8 +55,8 @@ export type MetaData = {
|
||||
}
|
||||
|
||||
export type ImageVaultAsset = {
|
||||
id: number
|
||||
title: string
|
||||
imageVaultId: number
|
||||
fileName: string
|
||||
url: string
|
||||
dimensions: {
|
||||
width: number
|
||||
@@ -64,7 +64,7 @@ export type ImageVaultAsset = {
|
||||
aspectRatio: number
|
||||
}
|
||||
focalPoint: FocalPoint
|
||||
meta: { alt: string | undefined; caption: string | undefined }
|
||||
meta: { alt: string; caption: string }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user