Type alias Surface

Surface: FeatureBase & {
    kind: "feature.surface";
    profile: ProfileRef;
    result: string;
}

Type declaration

  • kind: "feature.surface"
  • profile: ProfileRef
  • result: string