IGetFieldsInUIResponse

The response object of Get Fields in UI operation

Here's the syntax:

export interface IGetFieldsInUIResponse extends IOperationResponse {
    getResponseData(): IGetFieldsInUIResponseData;
}