File size: 356 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
/**
* Generated by '@kontent-ai/model-generator@5.9.0'
*
* Project name: Next.js Sample App
* Environment: Production
* Project Id: a7844231-064c-016c-1dad-38228cbc505d
*/
export const collections = {
/**
* Default
*/
default: {
codename: "default",
id: "00000000-0000-0000-0000-000000000000",
name: "Default",
},
} as const;
|