update typings file
This commit is contained in:
1
typings/record/index.d.ts
vendored
1
typings/record/index.d.ts
vendored
@@ -3,5 +3,6 @@ declare function record<T = eventWithTime>(options?: recordOptions<T>): listener
|
||||
declare namespace record {
|
||||
var addCustomEvent: <T>(tag: string, payload: T) => void;
|
||||
var freezePage: () => void;
|
||||
var takeFullSnapshot: (isCheckout?: boolean | undefined) => void;
|
||||
}
|
||||
export default record;
|
||||
|
||||
Reference in New Issue
Block a user