Update index.d.ts

This commit is contained in:
divyapchandran
2018-03-02 16:39:59 +00:00
committed by GitHub
parent 382209af87
commit 072dfde3a8

View File

@@ -16,7 +16,7 @@ export interface Parameters {
name?: any;
method?: any;
options?: any;
data?: any
data?: any;
}
export interface Template {