4 lines
203 B
TypeScript
4 lines
203 B
TypeScript
import type { serverQueryContent as legacyServerQueryContent } from './types';
|
|
export { parseContent } from '../server/storage';
|
|
export declare const serverQueryContent: typeof legacyServerQueryContent;
|