创高项目初始化
This commit is contained in:
27
client/node_modules/zhead/dist/db.d.ts
generated
vendored
Normal file
27
client/node_modules/zhead/dist/db.d.ts
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
import { g as MetaFlat } from './shared/zhead.177ad851.js';
|
||||
|
||||
interface MetaSchema {
|
||||
name: string;
|
||||
key: 'charset' | 'name' | 'property' | 'http-equiv';
|
||||
type?: 'standard' | 'facebook' | 'twitter' | 'google' | 'robots' | 'other' | 'open-graph-protocol';
|
||||
description: string;
|
||||
color?: string;
|
||||
examples: {
|
||||
value: string;
|
||||
description: string;
|
||||
}[];
|
||||
tips?: {
|
||||
title: string;
|
||||
description: string;
|
||||
}[];
|
||||
tags?: string | string[];
|
||||
documentation?: string[];
|
||||
parameters?: {
|
||||
value: string;
|
||||
description: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
declare const metaFlatSchema: Record<keyof MetaFlat, MetaSchema>;
|
||||
|
||||
export { MetaFlat, type MetaSchema, metaFlatSchema };
|
||||
Reference in New Issue
Block a user