mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
2 lines
42 B
TypeScript
2 lines
42 B
TypeScript
export type NavState = 'OPEN' | 'CLOSED';
|