export interface CustomFieldContextDefaultValueMultiUserPicker { /** * The ID of the context. */ contextId: string; /** * The IDs of the default users. */ accountIds: Array; type: "multi.user.select"; } //# sourceMappingURL=CustomFieldContextDefaultValueMultiUserPicker.d.ts.map