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