bastienrobert/la-ferme

View on GitHub
packages/shared/typings/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { UUID } from './scalars'

export * from './scalars'
export * from './card'
export * from './game'
export * from './round'
export * from './player'
export * from './event'

export type Locale = 'fr'

export interface User {
  uuid: UUID
  exists?: boolean
}