mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
documentation structure
This commit is contained in:
7
src/types/code.ts
Normal file
7
src/types/code.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface CodeObject {
|
||||
cli?: string
|
||||
utility?: string
|
||||
code?: string
|
||||
usage?: string
|
||||
installation?: string
|
||||
}
|
||||
Reference in New Issue
Block a user