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