[Types] Remove outdated type intersection (#4146)

This commit is contained in:
Christian Byrne
2025-06-13 14:08:59 -07:00
committed by GitHub
parent c4fa3dfe5a
commit 7907e206da

View File

@@ -46,7 +46,7 @@ const {
width = '100%',
height = '12rem'
} = defineProps<{
nodePack: components['schemas']['Node'] & { banner?: string } // Temporary measure until banner is in backend
nodePack: components['schemas']['Node']
width?: string
height?: string
}>()