/** * 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 NotEqualDigestMultibase { /** The value to compare against. */ value: string; } //# sourceMappingURL=NotEqualDigestMultibase.d.ts.map