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