/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * path: "/v1/spaces", * method: "POST" * } */ export interface ApiKeyOperation { path: string; method: string; }