// Generated by @byline/core/codegen // Format version: 2 // Hash: 32dbd34eba8597c598229b7b278d5c1ef1bebb005b57986331bc2f393c49e673 declare module '@byline/generated-types' { export type CollectionFieldsByPath = { } export type CollectionFieldsAllLocalesByPath = { } export type CollectionPath = keyof CollectionFieldsByPath } declare module '@byline/client' { interface Register { collections: import('@byline/generated-types').CollectionFieldsByPath } }