melhorias em contrução de rotas
This commit is contained in:
parent
5ed3207ecf
commit
cb86027ff9
5 changed files with 7 additions and 5 deletions
|
|
@ -166,7 +166,7 @@ declare class TipagemRotas<T extends {
|
|||
** export const mCaminho = new TipagemRotas<{q:string}>("aplicacao","funcionalidade")
|
||||
*/
|
||||
constructor({ caminho, acaoIr, rotulo, }: {
|
||||
caminho: string[] | string;
|
||||
caminho: (string | null | undefined)[] | string;
|
||||
acaoIr?: undefined | ((endereco: string) => undefined);
|
||||
/** Rotulo da página
|
||||
* Inicio | Controle
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue