// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import type { Lightswitch } from './client'; export class APIResource { protected _client: Lightswitch; constructor(client: Lightswitch) { this._client = client; } }