update types
This commit is contained in:
parent
5f4bf377c9
commit
b36a0a61fa
|
|
@ -35,6 +35,7 @@ export const baseTypings = `
|
||||||
) => void;}) => ReactNode;
|
) => void;}) => ReactNode;
|
||||||
const navigate: (url: string,
|
const navigate: (url: string,
|
||||||
params?: {
|
params?: {
|
||||||
|
name?: string;
|
||||||
where?: any;
|
where?: any;
|
||||||
create?: any;
|
create?: any;
|
||||||
update?: any;
|
update?: any;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue