NPM Publish #18
Annotations
4 errors
build:
test/typecheck.ts#L1
Property 'id' is missing in type '{ bool_field: true; json_field: { a: string; }; number_field: number; }' but required in type 'EverythingRecord<{ a: "some string"; }, unknown>'.
|
build:
test/typecheck.ts#L1
Property 'id' is missing in type '{ bool_field: true; json_field: { a: string; }; number_field: number; }' but required in type 'EverythingRecord<unknown, unknown>'.
|
build:
test/typecheck.ts#L1
Property 'id' is missing in type '{ select_field: EverythingSelectFieldOptions.optionA; select_field_no_values: string; }' but required in type 'EverythingRecord<unknown, unknown>'.
|
build
Process completed with exit code 2.
|