create-payload-app 3.75.0 → 3.76.0-canary.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CollectionCards as
|
|
1
|
+
import { CollectionCards as CollectionCards_f9c02e79a4aed9a3924487c0cd4cafb1 } from '@payloadcms/next/rsc'
|
|
2
2
|
|
|
3
3
|
export const importMap = {
|
|
4
|
-
'@payloadcms/
|
|
4
|
+
'@payloadcms/next/rsc#CollectionCards': CollectionCards_f9c02e79a4aed9a3924487c0cd4cafb1,
|
|
5
5
|
}
|
|
@@ -90,9 +90,7 @@ export interface Config {
|
|
|
90
90
|
globals: {};
|
|
91
91
|
globalsSelect: {};
|
|
92
92
|
locale: null;
|
|
93
|
-
user: User
|
|
94
|
-
collection: 'users';
|
|
95
|
-
};
|
|
93
|
+
user: User;
|
|
96
94
|
jobs: {
|
|
97
95
|
tasks: unknown;
|
|
98
96
|
workflows: unknown;
|
|
@@ -139,6 +137,7 @@ export interface User {
|
|
|
139
137
|
}[]
|
|
140
138
|
| null;
|
|
141
139
|
password?: string | null;
|
|
140
|
+
collection: 'users';
|
|
142
141
|
}
|
|
143
142
|
/**
|
|
144
143
|
* This interface was referenced by `Config`'s JSON-Schema
|