Skip to main content

PropertiesNoArray

All item/asset/group properties with all array-based values removed

Index

Type Aliases

Type Aliases

Asset

Asset: { [ k in keyof globalThis.Asset as NonNullable<globalThis.Asset[k]> extends readonly any[] ? never : k ]: globalThis.Asset[k] }

All Asset properties with array-based values removed

Group

Group: { [ k in keyof AssetGroup as NonNullable<AssetGroup[k]> extends readonly any[] ? never : k ]: AssetGroup[k] }

All Group properties with array-based values removed

Item

Item: { [ k in keyof ItemProperties as NonNullable<ItemProperties[k]> extends readonly any[] ? never : k ]: ItemProperties[k] }

All ItemProperties properties with array-based values removed

Page Options