import type { FilePath } from '../dt/index.js';
export type UCFileInputFieldRefPrefix = '$ref:';
export type UCFileInputFieldRef = `${UCFileInputFieldRefPrefix}${FilePath}`;
