/** * This file was auto-generated by Fern from our API Definition. */ /** * NOT_EQUAL operator looks for values that are not equal to the given value. */ export interface NotEqualKeyPublicPem { /** The value to compare against. */ value: string; } //# sourceMappingURL=NotEqualKeyPublicPem.d.ts.map