shithub
tenseleyflow
/
claudex
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
claudex
Public
Watch
0
Fork
0
Star
0
claudex
/
src
/
lib
/
ipc
/
generated
/
ProjectCategory.ts
TypeScript · 223 bytes
Raw
Blame
History
1
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
3
/**
4
* Sidebar grouping for a [`Project`].
5
*/
6
export
type
ProjectCategory
=
"regular"
|
"observer"
|
"archive"
;