breakoften/src/lib/index.ts

4 lines
42 B
TypeScript

export type User = {
username: string
}