mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Currently the RawForeignKeySpec.timing type is set to lf.ConstraintAction. After checking the test in https://github.com/google/lovefield/blob/master/tests/schema/builder_test.js#L49 I confirmed that it should be lf.ConstraintTiming instead.