Type Alias TemporalValue<TKind>Experimental

TemporalValue<TKind>: string & {
    [temporalValueBrand]: TKind;
}

Schema/role-derived temporal string; an ordinary string does not gain temporal operators.

Type Parameters

  • TKind extends "date" | "instant" = "date" | "instant"