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