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