// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { SocketSpecArity } from "./SocketSpecArity";
import type { SocketSpecKind } from "./SocketSpecKind";
export type SocketSpecData = {
funcUniqueId: string | null;
kind: SocketSpecKind;
name: string;
connectionAnnotations: string;
arity: SocketSpecArity;
uiHidden: boolean;
};