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