interface DenyInterface {
    [index: string]: string;
}
export default DenyInterface;
