Skip to content

Commit

Permalink
chore(misc): update Match type with freeze property
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 26, 2024
1 parent 1e359f4 commit 198ae07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/misc.d.ts
Expand Up @@ -83,6 +83,7 @@ export interface Match {
unTag?: string | string[],
group?: string | number,
reason?: string,
freeze?: boolean
}

export interface Net {
Expand All @@ -91,4 +92,4 @@ export interface Net {
isNet: boolean
}

export type ParsedMatch = object[]
export type ParsedMatch = object[]

0 comments on commit 198ae07

Please sign in to comment.