Type alias ConfidentActionOptions
ConfidentActionOptions: { eventPrefix: string; fetchStyle: FetchSuffixStyle; idsProjectName: string; legacySourcePrefix?: string; name: string; providedDiagnosticsUrl?: URL; requireNix: NixRequirementHandling; } Type declaration
eventPrefix: string
idsProjectName: string
Optional legacySourcePrefix?: string
name: string
Optional providedDiagnosticsUrl?: URL
A confident version of Options, where defaults have been resolved into final values.