mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Remove unneeded references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="js-data.d.ts" />
|
||||
|
||||
|
||||
interface IUser {
|
||||
id?: number;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="js-data-1.5.4.d.ts" />
|
||||
|
||||
|
||||
interface IUser {
|
||||
id?: number;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="js-data-1.5.4.d.ts" />
|
||||
|
||||
|
||||
import JSData = require('js-data');
|
||||
var store = new JSData.DS();
|
||||
|
||||
Reference in New Issue
Block a user