Type alias ConfidentActionOptions

ConfidentActionOptions: {
    eventPrefix: string;
    fetchStyle: FetchSuffixStyle;
    idsProjectName: string;
    legacySourcePrefix?: string;
    name: string;
    providedDiagnosticsUrl?: URL;
    requireNix: NixRequirementHandling;
}

A confident version of Options, where defaults have been resolved into final values.

Type declaration