Skip to content

Type Alias: LegacyDefaultMetadataReturnType

LegacyDefaultMetadataReturnType = MetadataFormulaResultType | MetadataFormulaResultType[] | ArraySchema | ObjectSchema<any, any>

Defined in: api.ts:1956

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.