Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jan 16, 2020
1 parent d87e3ef commit c8db790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
9 changes: 0 additions & 9 deletions cli/introspection/src/prompt/initPrompt.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions cli/introspection/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,3 @@ export interface DatabaseMetadata {
size_in_bytes: number
table_count: number
}

export type PromptType = 'init' | 'introspect'

// TODO: Bad interface naming :(
export interface InitConfiguration {
databaseType: ConnectorType
lift: boolean
photon: boolean
language: 'TypeScript' | 'JavaScript'
template: 'from_scratch' | 'graphql_boilerplate' | 'rest_boilerplate' | 'grpc_boilerplate'
}

export interface InitPromptResult {
introspectionResult: IntrospectionResult
initConfiguration: InitConfiguration
}

0 comments on commit c8db790

Please sign in to comment.