feat: removido tipos pilao
This commit is contained in:
parent
dff25ab347
commit
3f8faa35a2
8 changed files with 3 additions and 89 deletions
|
|
@ -181,19 +181,6 @@ declare const objetoPg: (entrada: {
|
|||
[k: string]: string | boolean | null | undefined | number;
|
||||
};
|
||||
|
||||
declare enum tiposSituacoes {
|
||||
alerta = "alerta",
|
||||
pendente = "pendente",
|
||||
"Não Conforme" = "nao_conforme",
|
||||
Conforme = "conforme"
|
||||
}
|
||||
declare const corSituacoes: {
|
||||
[K in keyof typeof tiposSituacoes]?: string;
|
||||
};
|
||||
declare const labels: {
|
||||
[K in keyof typeof tiposSituacoes]?: string;
|
||||
};
|
||||
|
||||
declare const umaFuncao: () => string;
|
||||
|
||||
declare const umaVariavel = "Ol\u00E1 Mundo! (vari\u00E1vel)";
|
||||
|
|
@ -324,4 +311,4 @@ declare const nomeVariavel: (v: {
|
|||
[key: string]: any;
|
||||
}) => string;
|
||||
|
||||
export { TipagemRotas, type TipoLoggerSessao, aleatorio, cacheM, cacheMFixo, cacheMemoria, camposComuns, cdn_carro_de_boi, corSituacoes, dayjsbr, defineCwd, erUuid, esperar, extensoes, graficos_pilao, type interfaceConsulta, labels, localValor, logger, nomeVariavel, objetoPg, operadores, paraObjetoRegistroPg, pgObjeto, postLogger, siglas_unidades_medida, texto_busca, tipoArquivo, type tipoFiltro, type tipoLogger, type tipoLoggerLog, type tipoLokiObjeto, tipoUsuarioResiduos, tiposSituacoes, tx, umaFuncao, umaVariavel, unidades_medida, uuid, uuidV3, uuidV4, uuid_null, validarUuid, verCacheM, zFiltro, zOperadores };
|
||||
export { TipagemRotas, type TipoLoggerSessao, aleatorio, cacheM, cacheMFixo, cacheMemoria, camposComuns, cdn_carro_de_boi, dayjsbr, defineCwd, erUuid, esperar, extensoes, graficos_pilao, type interfaceConsulta, localValor, logger, nomeVariavel, objetoPg, operadores, paraObjetoRegistroPg, pgObjeto, postLogger, siglas_unidades_medida, texto_busca, tipoArquivo, type tipoFiltro, type tipoLogger, type tipoLoggerLog, type tipoLokiObjeto, tipoUsuarioResiduos, tx, umaFuncao, umaVariavel, unidades_medida, uuid, uuidV3, uuidV4, uuid_null, validarUuid, verCacheM, zFiltro, zOperadores };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue