Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,408 changes: 704 additions & 704 deletions types/consumer-data-standards/admin/index.d.ts

Large diffs are not rendered by default.

12,452 changes: 6,240 additions & 6,212 deletions types/consumer-data-standards/banking/index.d.ts

Large diffs are not rendered by default.

2,583 changes: 1,294 additions & 1,289 deletions types/consumer-data-standards/common/index.d.ts

Large diffs are not rendered by default.

576 changes: 288 additions & 288 deletions types/consumer-data-standards/dcr/index.d.ts

Large diffs are not rendered by default.

14,082 changes: 7,048 additions & 7,034 deletions types/consumer-data-standards/energy/index.d.ts

Large diffs are not rendered by default.

3,252 changes: 1,626 additions & 1,626 deletions types/consumer-data-standards/energy_sdh/index.d.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions types/consumer-data-standards/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// Definitions by: Tomas Schier <https://github.com/tom-schier>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as admin from './admin';
import * as banking from './banking';
import * as common from './common';
import * as dcr1 from './dcr';
import * as energy from './energy';
import * as admin from './admin';
import * as common from './common';
import * as register from './register';
import * as energy_sdh from './energy_sdh';
import * as register from './register';
import * as telco from './telco';

export { banking, dcr1, energy, common, admin, energy_sdh, register, telco };
export { admin, banking, common, dcr1, energy, energy_sdh, register, telco };
Loading