mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Fix type for Lovefield RawForeignKeySpec object
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.
This commit is contained in:
2
lovefield/lovefield.d.ts
vendored
2
lovefield/lovefield.d.ts
vendored
@@ -188,7 +188,7 @@ declare namespace lf {
|
||||
local: string
|
||||
ref: string
|
||||
action: lf.ConstraintAction
|
||||
timing: lf.ConstraintAction
|
||||
timing: lf.ConstraintTiming
|
||||
}
|
||||
|
||||
export interface TableBuilder {
|
||||
|
||||
Reference in New Issue
Block a user