/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { UserFilterAsResponse } from "../definitions/UserFilterAsResponse"; export interface CustomFieldContextSingleUserPickerDefaultsAsResponse { /** * The ID of the default user. */ accountId: string; /** * The ID of the context. */ contextId: string; type: string; userFilter: UserFilterAsResponse; } //# sourceMappingURL=CustomFieldContextSingleUserPickerDefaultsAsResponse.d.ts.map