/** * FormatType is the type for delivery format */ export type IFormatType = string; export type FormatType = IFormatType; export type { IFormatType as IDevKnativeEventingPkgApisDuckV1FormatType, FormatType as DevKnativeEventingPkgApisDuckV1FormatType };