DaprComponent type
Dapr Component.
type DaprComponent = ProxyResource & {
componentType?: string
ignoreErrors?: boolean
initTimeout?: string
metadata?: DaprMetadata[]
scopes?: string[]
secrets?: Secret[]
version?: string
}