mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-09 15:28:13 -07:00
6 lines
197 B
TypeScript
6 lines
197 B
TypeScript
import type { ScalarTag } from '../types.js';
|
|
export declare const intTime: ScalarTag;
|
|
export declare const floatTime: ScalarTag;
|
|
export declare const timestamp: ScalarTag & {
|
|
test: RegExp;
|
|
};
|