[DRIZZ-39] Server Function RPC #18
Annotations
10 errors
|
ci
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
|
|
ci
Cannot find module '~/core/spec' or its corresponding type declarations.
|
|
ci
Type '(args: ServerApiHandlerArgs<TContext, TFields> & ApiUpdateArgs<TFields>) => Promise<string | number>' is not assignable to type 'ApiUpdateHandler<TContext, TFields>'.
|
|
ci
Type '(args: ServerApiHandlerArgs<TContext, TFields> & ApiCreateArgs<TFields>) => Promise<string | number>' is not assignable to type 'ApiCreateHandler<TContext, TFields>'.
|
|
ci
Type 'number[]' has no properties in common with type '{ connect?: number[] | undefined; disconnect?: number[] | undefined; }'.
|
|
ci
Type 'number[]' has no properties in common with type '{ connect?: number[] | undefined; }'.
|
|
ci
Type 'number' has no properties in common with type '{ connect?: number | undefined; }'.
|
|
ci
Type '{ nameField: string; }[]' has no properties in common with type '{ create?: { nameField: string; }[] | undefined; }'.
|
|
ci
Object literal may only specify known properties, and 'nameField' does not exist in type '{ create?: { nameField: string; } | undefined; disconnect?: number | undefined; }'.
|
|
ci
Object literal may only specify known properties, and 'nameField' does not exist in type '{ create?: { nameField: string; } | undefined; }'.
|