mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
0dfb539d2d
* swap docs * fix build error --------- Co-authored-by: Fuma Nama <fuma-nama@noreply.com>
3 lines
43 B
TypeScript
3 lines
43 B
TypeScript
export type SomeProps = {
|
|
some: string;
|
|
} |