This commit is contained in:
Luiz H. R. Silva 2024-06-28 14:03:35 -03:00
parent a8e9f47e7b
commit 5011034f75
20 changed files with 67 additions and 49 deletions

View file

@ -24,4 +24,7 @@ export declare const z_validar_colunna_base_dados: {
lista_texto: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
lista_numero: z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>;
};
export declare const baseUrlPilao: (emDesenvolvimento?: boolean | null | undefined) => "https://carro-de-boi.idz.one" | "http://127.0.0.1:5080";
export declare const urlPilao: (emDesenvolvimento?: boolean | null | undefined) => {
api: string;
site: string;
};