import { UserFilterAsResponse } from "../definitions/UserFilterAsResponse"; export interface CustomFieldContextSingleUserPickerDefaultsAsResponse { /** * The ID of the context. */ contextId: string; /** * The ID of the default user. */ accountId: string; userFilter: UserFilterAsResponse; type: "single.user.select"; } //# sourceMappingURL=CustomFieldContextSingleUserPickerDefaultsAsResponse.d.ts.map