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