/** * The version of JSON API. Will always be ``1.0``. * @export * @enum {string} */ export declare const JsonApiVersionValue: { readonly _10: "1.0"; }; export type JsonApiVersionValue = typeof JsonApiVersionValue[keyof typeof JsonApiVersionValue];