Type alias: LegacyDefaultMetadataReturnType¶
core.LegacyDefaultMetadataReturnType
Ƭ LegacyDefaultMetadataReturnType: MetadataFormulaResultType
| MetadataFormulaResultType
[] | ArraySchema
| ObjectSchema
<any
, any
>
Historically, metadata formulas could return a variety of types. This type is used to represent the legacy return types. Metadata formulas now work with generics and in the future, will be updated to declare a more precise return type for each formula.