/** * BackoffPolicyType is the type for backoff policies */ export type IBackoffPolicyType = string; export type BackoffPolicyType = IBackoffPolicyType; export type { IBackoffPolicyType as IDevKnativeEventingPkgApisDuckV1BackoffPolicyType, BackoffPolicyType as DevKnativeEventingPkgApisDuckV1BackoffPolicyType };