Type Alias MetadataQueryResult<T, E>

MetadataQueryResult: MetadataQueryEntry<T, E>[] | { error: unknown }

The result of running a metadata query: the matched entries (path + frontmatter), or the error a throwing query produced.

Type Parameters