golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/code-snippets/js/types/schema
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
SnippetSchema.ts
484 B
Del
OK
SnippetsExport.ts
141 B
Del
OK
Edit: SnippetsExport.ts
import type { Snippet } from '../Snippet' export interface SnippetsExport { generator: string date_created: string snippets: Snippet[] }
Save