UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 174 B
import type { FilePath } from '../dt/index.js'; export type UCFileInputFieldRefPrefix = '$ref:'; export type UCFileInputFieldRef = `${UCFileInputFieldRefPrefix}${FilePath}`;