Type alias FeatureStep

FeatureStep: {
    featureId: string;
    result: KernelResult;
}

Type declaration