refactor: make OverrideBuildOptions skipLogs deprecated
This commit is contained in:
parent
36e47ebc8d
commit
35cdb6d870
@ -124,8 +124,11 @@ interface FunctionMetadata {
|
||||
}
|
||||
|
||||
interface OverrideBuildOptions {
|
||||
/** @deprecated */
|
||||
skipCallLog: boolean;
|
||||
/** @deprecated */
|
||||
skipReturnLog: boolean;
|
||||
/** @deprecated */
|
||||
skipErrorLog: boolean;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user