.
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Format arguments array to a string for display
|
||||
*/
|
||||
export declare function formatArgs(args: unknown[]): string;
|
||||
export interface ServerActionLogInfo {
|
||||
functionName: string;
|
||||
args: unknown[];
|
||||
location: string;
|
||||
}
|
||||
Reference in New Issue
Block a user