prorm API Reference
    Preparing search index...

    Type Alias DateTimeArg

    DateTimeArg:
        | string
        | number
        | Date
        | ColExpression
        | FnExpression
        | LiteralExpression
        | { $literal: string }
        | DateTimeExpression
        | null
        | undefined

    Any value accepted where a date/time expression or column is expected.