ai-deadlines / src /types /yaml.d.ts
nielsr's picture
nielsr HF staff
Add data
38de65f
raw
history blame contribute delete
69 Bytes
declare module '*.yml' {
const data: any;
export default data;
}