export namespace TODO_1 { const _id: string; const _type: string; const label: string; const done: boolean; } export namespace TODO_2 { const _id_1: string; export { _id_1 as _id }; const _type_1: string; export { _type_1 as _type }; const label_1: string; export { label_1 as label }; const done_1: boolean; export { done_1 as done }; } export namespace TODO_3 { const _id_2: string; export { _id_2 as _id }; const _type_2: string; export { _type_2 as _type }; const label_2: string; export { label_2 as label }; const done_2: boolean; export { done_2 as done }; } export namespace TODO_4 { const _id_3: string; export { _id_3 as _id }; const _type_3: string; export { _type_3 as _type }; const label_3: string; export { label_3 as label }; const done_3: boolean; export { done_3 as done }; } export namespace SCHEMA { namespace todos { const doctype: string; namespace relationships { namespace attachments { export const type: string; const doctype_1: string; export { doctype_1 as doctype }; } } } }