mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-03-03 02:47:02 +00:00
feat(ide): add OutputFormat type for json, yaml, and markdown
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export type OutputFormat = "json" | "yaml" | "markdown";
|
||||
|
||||
Reference in New Issue
Block a user