alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
22 lines (20 loc) • 368 B
JavaScript
import {
object,
string,
type
} from "../../chunks/chunk-7LBNER34.js";
import "../../chunks/chunk-U5RRZUYZ.js";
// src/core/pages/TargetData.ts
var TT = type(
(value) => value && typeof value === "object"
);
var TargetData = object(
class {
name = string.optional;
// alias? = string.optional
type = TT.optional;
}
);
export {
TargetData
};