drivers/dist-import/autenticacao/_urlAutenticacao.d.ts

3 lines
166 B
TypeScript

import type { z } from "zod";
import type { zAmbiente } from "../ts/ambiente";
export declare const urlAutenticacao: (ambiente: z.infer<typeof zAmbiente>) => string;