@glidevvr/storage-payload-types-pkg 1.0.203 → 1.0.205

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/payload-types.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.203",
3
+ "version": "1.0.205",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -1941,6 +1941,9 @@ export interface FormSubmission {
1941
1941
  export interface Redirect {
1942
1942
  id: string;
1943
1943
  tenant?: (string | null) | Tenant;
1944
+ /**
1945
+ * Enter the URL path without a trailing slash (e.g., /about-us or /blog/post-name).
1946
+ */
1944
1947
  from: string;
1945
1948
  /**
1946
1949
  * If the URL is an internal page, it should be entered without a domain, with a leading slash. If the URL is an external URL, it should be entered with the full domain including the protocol (https://).