interface SelectFeatureArgs {
    dryRun?: boolean;
    id: FeatureId;
    replace?: boolean;
    sourceId: string;
}

Properties

dryRun?: boolean
replace?: boolean
sourceId: string