Type alias Mirror

Mirror: FeatureBase & {
    kind: "feature.mirror";
    plane: PlaneRef;
    result: string;
    source: Selector;
}

Type declaration