mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Fix Geo Object's key name (#40038)
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
49ed33321e
commit
af35fe53d6
3
types/ical/index.d.ts
vendored
3
types/ical/index.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for ical 0.6
|
||||
// Project: https://github.com/peterbraden/ical.js
|
||||
// Definitions by: Nick Clifford <https://github.com/nickbclifford>
|
||||
// Matej Vilk <https://github.com/iammatis>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@@ -51,7 +52,7 @@ export type CalendarComponent = {
|
||||
|
||||
export interface Geo {
|
||||
lat: number;
|
||||
long: number;
|
||||
lon: number;
|
||||
}
|
||||
|
||||
export interface FullCalendar {
|
||||
|
||||
Reference in New Issue
Block a user