astro-ghostcms/.pnpm-store/v3/files/63/f659d85a75a2fdb5a7f6d4152ad...

7 lines
197 B
Plaintext

import type { ScalarTag } from '../types.js';
export declare const intTime: ScalarTag;
export declare const floatTime: ScalarTag;
export declare const timestamp: ScalarTag & {
test: RegExp;
};