mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
implemented custom Field component
This commit is contained in:
@@ -3,6 +3,6 @@ export * as organisation from "./organisation";
|
||||
export * as project from "./project";
|
||||
|
||||
export type ServerQueryInput = {
|
||||
onSuccess?: (data: unknown, res: Response) => void;
|
||||
onError?: (error: unknown) => void;
|
||||
onSuccess?: (data: any, res: Response) => void;
|
||||
onError?: (error: string) => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user