TerminalTinder/app/utils/types.ts
2024-09-09 18:08:56 -04:00

1 line
89 B
TypeScript

export type CodeSample = 'c' | 'python' | 'rust' | 'go' | 'javascript' | 'java' | 'bash';