Skip to content

Commit

Permalink
Make root config required in types
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jan 30, 2025
1 parent 13e6699 commit d091c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gasket-plugin-https/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare module '@gasket/core' {
type CertInput = string | Buffer;

type CustomHttpsSettings = {
root?: string;
root: string;
key: MaybeMultiple<CertInput>;
cert: MaybeMultiple<CertInput>;
ca?: MaybeMultiple<CertInput>;
Expand Down

0 comments on commit d091c64

Please sign in to comment.