Interface DateBuiltIn

interface DateBuiltIn {
    $ref: "#Date";
    events?: DateEvent[];
}

Properties

Properties

$ref: "#Date"
events?: DateEvent[]