Skip to content

Commit 40dac4d

Browse files
authored
feat: mark mux.videoAsset as document type (#414)
1 parent d28d84b commit 40dac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const muxAssetData = {
141141

142142
const muxVideoAsset = {
143143
name: 'mux.videoAsset',
144-
type: 'object',
144+
type: 'document',
145145
title: 'Video asset',
146146
fields: [
147147
{

0 commit comments

Comments
 (0)