export type SerializableConnection = { id: number | null; name: string | null; agencyId: number | null; subdomain: string | null; createdAt: string | null; updatedAt: string | null; }; //# sourceMappingURL=connection.d.ts.map