import type { StructToken } from "./struct-descriptor.js"; export type StructSelf = TStruct extends StructToken ? TSelf : never;