Powered by Go and GitHub Actions π
Last Updated: Tue Sep 23 22:29:50 +07 2025
{
"name": string,
"description": string,
"image": string,
"link": string,
"status": IStatus
"languages": string[]
}
type IStatus = 'Active' | 'Inactive' | 'Archived';