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