Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Building version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cskeppstedt committed Apr 19, 2014
1 parent 4518bf2 commit 2a704b0
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 198 deletions.
8 changes: 5 additions & 3 deletions T4TS.Build/T4TS.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
}
// -- End global interfaces

module Fooz {
declare module Fooz {
/** Generated from T4TS.Example.Models.Foobar **/
export interface IFoobar {
OverrideAll?: bool;
OverrideAll?: any;
AGuid: string;
Recursive: Fooz.IFoobar;
NullableInt?: number;
NullableDouble?: number;
Expand All @@ -24,10 +25,11 @@ module Fooz {
TwoDimensions: string[][];
ThreeDimensions: Barfoo[][][];
camelCasePlease: number;
DoNotIgnoreMe: number;
}
}

module T4TS {
declare module T4TS {
/** Generated from T4TS.Example.Models.InheritanceTest1 **/
export interface InheritanceTest1 extends Barfoo {
SomeString: string;
Expand Down
Loading

0 comments on commit 2a704b0

Please sign in to comment.