import type * as TrophyApi from "../index";
/**
 * Request body for creating application API keys.
 */
export type CreateApplicationKeysRequest = TrophyApi.CreateApplicationKeyRequestItem[];
