XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/code-snippets/js/types/schema
var
/
www
/
wordpress
/
wp-content
/
plugins
/
code-snippets
/
js
/
types
/
schema
/
📁
..
📄
SnippetSchema.ts
(484 B)
📄
SnippetsExport.ts
(141 B)
Editing: SnippetSchema.ts
import type { SnippetScope } from '../Snippet' export interface WritableSnippetSchema { name?: string desc?: string code?: string tags?: string[] scope?: SnippetScope condition_id?: number active?: boolean priority?: number network?: boolean | null shared_network?: boolean | null } export interface SnippetSchema extends Readonly<Required<WritableSnippetSchema>> { readonly id: number readonly modified: string readonly code_error?: readonly [string, number] | null }
Upload File
Create Folder