import * as interfaces from '../interfaces/index.js'; export const instructionObject: { [key: string]: interfaces.IResponderInstruction } = { '*/ads.txt': { type: 'ads.txt', } };