TerminalTinder/app/utils/types.ts

1 line
89 B
TypeScript
Raw Normal View History

2024-09-09 18:08:56 -04:00
export type CodeSample = 'c' | 'python' | 'rust' | 'go' | 'javascript' | 'java' | 'bash';