prorm API Reference
    Preparing search index...

    Interface DataTypeTime

    A time of day with no date component.

    interface DataTypeTime {
        toSql?: () => string;
        key: "TIME";
        precision?: number;
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "TIME"
    precision?: number