1// deno-lint-ignore-file 2/* istanbul ignore file */ 3/* tslint:disable */ 4/* eslint-disable */ 5 6export type deployKey = { 7 id?: string; 8 public_key?: string; 9 created_at?: string; 10}; 11 12