Skip to content

MappingSource

type MappingSource =
| {
value: unknown;
}
| {
template: string;
}
| {
path: string;
};