Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/jsonschema-tools-transpilier-test
https://github.com/himanoa/jsonschema-tools-transpilier-test
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/jsonschema-tools-transpilier-test
- Owner: himanoa
- Created: 2020-12-15T10:57:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T10:59:13.000Z (about 4 years ago)
- Last Synced: 2024-12-08T21:41:48.499Z (25 days ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Generated types
```typescript
export type StringZg9WKgrT = string;
export type Integer7Bd9WOt2 = number;
export type UndefinedAsReadonly = any;
export type UndefinedAsNormal = any;
export type UndefinedAsAdmin = any;
export type OneOfUndefinedAsAdminUndefinedAsNormalUndefinedAsReadonlyIdmfTfqU = UndefinedAsReadonly | UndefinedAsNormal | UndefinedAsAdmin;
export interface ObjectOfStringZg9WKgrTOneOfUndefinedAsAdminUndefinedAsNormalUndefinedAsReadonlyIdmfTfqUInteger7Bd9WOt2RrhkLOWK {
name: StringZg9WKgrT;
age: Integer7Bd9WOt2;
kind: OneOfUndefinedAsAdminUndefinedAsNormalUndefinedAsReadonlyIdmfTfqU;
[k: string]: any;
}
```