Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zh-ai-community
/
china-ai-policy-research
like
8
Running
App
Files
Files
Community
7
50077a9
china-ai-policy-research
/
src
/
types.ts
Xianbao QIAN
use common policy data type
a2242ea
about 1 month ago
raw
Copy download link
history
blame
Safe
130 Bytes
export
interface
PolicyData
{
zh
:
string
;
en
:
string
;
link
: {
zh
:
string
;
en
:
string
;
};
releaseDate
:
string
;
}