Projekt

Obecné

Profil

Stáhnout (145 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
export interface Graph {
2
  /**
3
   * Gets vega specification
4
   */
5
  getSpec(): {},
6

    
7
  /**
8
   * Gets vega configuration
9
   */
10
  getConfig(): {}
11
}
(2-2/6)