UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

14 lines (13 loc) 310 B
/** * A project's restricted view settings. */ export declare class ProjectRestrictedViewSettings { /** * The image size used in restricted image view in a project. */ size?: string; /** * The watermark used in restricted image view in a project. */ watermark?: string; }