interface View {
    executeView(...args: any[]): Promise<any>;
}

Implemented by

Methods

Methods