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