/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ScreenableFieldAsResponse { /** * The ID of the screen tab field. */ id?: string; /** * The name of the screen tab field. Required on create and update. The maximum length is 255 characters. */ name?: string; } //# sourceMappingURL=ScreenableFieldAsResponse.d.ts.map