adiciona funcionarios pagina

This commit is contained in:
2025-10-24 08:53:15 -03:00
parent 9d17ad1271
commit aafee4b654
14 changed files with 564 additions and 9 deletions

View File

@@ -13,8 +13,10 @@ import type * as betterAuth__generated_api from "../betterAuth/_generated/api.js
import type * as betterAuth__generated_server from "../betterAuth/_generated/server.js";
import type * as betterAuth_adapter from "../betterAuth/adapter.js";
import type * as betterAuth_auth from "../betterAuth/auth.js";
import type * as funcionarios from "../funcionarios.js";
import type * as healthCheck from "../healthCheck.js";
import type * as http from "../http.js";
import type * as simbolos from "../simbolos.js";
import type * as todos from "../todos.js";
import type {
@@ -37,8 +39,10 @@ declare const fullApi: ApiFromModules<{
"betterAuth/_generated/server": typeof betterAuth__generated_server;
"betterAuth/adapter": typeof betterAuth_adapter;
"betterAuth/auth": typeof betterAuth_auth;
funcionarios: typeof funcionarios;
healthCheck: typeof healthCheck;
http: typeof http;
simbolos: typeof simbolos;
todos: typeof todos;
}>;
declare const fullApiWithMounts: typeof fullApi;