/** * The type of this resource. Possible values are ``downloadFormats``. * @export * @enum {string} */ export declare const TypeDownloadformats: { readonly DownloadFormats: "downloadFormats"; }; export type TypeDownloadformats = typeof TypeDownloadformats[keyof typeof TypeDownloadformats];