Skip to content

Commit

Permalink
Merge pull request #43 from tictactrip/feat/types
Browse files Browse the repository at this point in the history
feat(proxyrack): types exported
  • Loading branch information
rimiti authored Nov 9, 2021
2 parents 909dba2 + bc57c45 commit b95d053
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/classes/providers/proxyrack/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ interface IProxyrackConfigStategyManual extends IProxyrackCommonConfig {

type TProxyrackConfig = IProxyrackConfigStategyChangeIpEveryRequest | IProxyrackConfigStategyManual;

export { TProxyrackConfig, IProxyrackConfigStategyChangeIpEveryRequest, IProxyrackConfigStategyManual };
export {
TProxyrackConfig,
IProxyrackConfigStategyChangeIpEveryRequest,
IProxyrackConfigStategyManual,
TProxyrackProviderConfigStrategyManual,
TProxyrackProviderConfigStrategyChangeIpEveryRequest,
};

0 comments on commit b95d053

Please sign in to comment.