/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * Action: Attempt to fetch an API key.
 * Error: No matching API key was found.
 */
export type APIKeyDoesNotExistResponse = {
  apikey_id: string;
  error: string;
  exception_id?: string;
  message: string;
};
