/** * The type of the resource. Possible values are ``hubs``. * @export * @enum {string} */ export declare const TypeHub: { readonly Hubs: "hubs"; }; export type TypeHub = typeof TypeHub[keyof typeof TypeHub];