typedserver/ts_edgeworker/domaininstructions/domaininstructions.ts
2024-05-13 23:24:08 +02:00

8 lines
188 B
TypeScript

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