khalyomede/gridsome-plugin-htaccess

View on GitHub
src/interface/ICustomHeaders.ts

Summary

Maintainability
A
0 mins
Test Coverage
interface ICustomHeaders {
    [key: string]: string;
}

export default ICustomHeaders;