/** * This file was auto-generated by Fern from our API Definition. */ /** * IN operator looks for values that are in the given list of values. */ export interface InKeyPublicBase58 { /** The values to compare against. */ values: string[]; } //# sourceMappingURL=InKeyPublicBase58.d.ts.map