adding zenstack.

This commit is contained in:
killian-larcher
2024-12-17 20:24:11 +01:00
parent 4f12a2b078
commit cd99211f05
24 changed files with 33517 additions and 118 deletions
+22
View File
@@ -0,0 +1,22 @@
/******************************************************************************
* This file was generated by ZenStack CLI.
******************************************************************************/
/* eslint-disable */
// @ts-nocheck
export * from './account';
export * from './session';
export * from './verification-token';
export * from './user';
export * from './organization';
export * from './user-organization';
export * from './project';
export * from './agent';
export * from './database';
export * from './backup';
export * from './restoration';
export * from './settings';
export { getQueryKey } from '@zenstackhq/tanstack-query/runtime-v5';
export { Provider } from '@zenstackhq/tanstack-query/runtime-v5/react';
export { default as metadata } from './__model_meta';