Type Alias ViewImplementation

ViewImplementation: {
    michelsonStorageView: MichelsonStorageViewType;
} | {
    restApiQuery: RestApiQueryType;
}