vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DiscoveryStoryOutcome

    interface DiscoveryStoryOutcome {
        failureValue?: string;
        field: string;
        goal: string;
        label: string;
        successValue?: string;
        type: string;
    }
    Index

    Properties

    failureValue?: string
    field: string
    goal: string
    label: string
    successValue?: string
    type: string