khalyomede/gridsome-plugin-htaccess

View on GitHub
src/interface/IDdosAttackPreventionOption.ts

Summary

Maintainability
A
0 mins
Test Coverage
interface IDdosPreventionAttackOption {
    downloadedFilesSizeLimit: number;
}

export default IDdosPreventionAttackOption;