mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 08:53:49 +01:00
15 lines
374 B
TypeScript
15 lines
374 B
TypeScript
// Misskey Docs Frontmatter Types
|
|
import type { ParsedContent, MarkdownParsedContent } from '@nuxt/content/dist/runtime/types';
|
|
|
|
/**
|
|
* Docs Frontmatter の型定義
|
|
*
|
|
* `/content/<lang>/docs/` のフロントマターはこの形式で入力してください
|
|
*/
|
|
export interface MiDocsParsedContent extends MarkdownParsedContent {
|
|
|
|
}
|
|
|
|
/**
|
|
* Docs API の型定義
|
|
*/ |