Skip to content

Commit

Permalink
chore: add number type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 21, 2024
1 parent 270ca22 commit 1d19e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface TlsConfig {
type DnsType = 2
type IpType = 7
export interface SubjectAltName {
type: DnsType | IpType
type: DnsType | IpType | number
value: string
}

Expand Down

0 comments on commit 1d19e8c

Please sign in to comment.