1// deno-lint-ignore-file 2/* istanbul ignore file */ 3/* tslint:disable */ 4/* eslint-disable */ 5 6export type assetForm = { 7 url?: string; 8 fields?: Record<string, string>; 9}; 10 11