3 lines
166 B
TypeScript
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;
|