Allow for using queries and expressions in models #118
publish-experimental.yml
on: pull_request
publish-experimental
/
Deploy
11s
Annotations
8 errors
publish-experimental / Deploy:
src/queries/index.ts#L101
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }'.
|
publish-experimental / Deploy:
src/queries/index.ts#L103
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }'.
|
publish-experimental / Deploy:
src/queries/index.ts#L104
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }'.
|
publish-experimental / Deploy:
src/queries/index.ts#L116
Type '{ structure?: unknown; options?: Record<string, unknown>; }' is not assignable to type 'SyntaxItem<unknown>'.
|
publish-experimental / Deploy:
src/queries/index.ts#L125
Type '{ structure?: unknown; options?: Record<string, unknown> | undefined; }' has no properties in common with type 'Query'.
|
publish-experimental / Deploy:
src/queries/index.ts#L178
Element implicitly has an 'any' type because expression of type '"__RONIN_QUERY"' can't be used to index type 'Promise<any> | SyntaxItem<Query>'.
|
publish-experimental / Deploy:
src/queries/index.ts#L179
Property 'options' does not exist on type '{ structure: any; }'.
|
publish-experimental / Deploy
Process completed with exit code 1.
|