first commit
This commit is contained in:
6
apps/docs/lib/code-example.ts
Normal file
6
apps/docs/lib/code-example.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface CodeExample {
|
||||
id: string;
|
||||
label: string;
|
||||
language: string;
|
||||
code: string;
|
||||
}
|
||||
Reference in New Issue
Block a user