Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bradduy
/
edtechdemo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ae01397
edtechdemo
/
src
/
types
/
global.d.ts
Hoang Nguyen
init app
f75d7fa
about 2 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
// Use type safe message keys with `next-intl`
type
Messages
=
typeof
import
(
'../locales/en.json'
);
// eslint-disable-next-line
declare
interface
IntlMessages
extends
Messages
{}