Search Docs
Loading...
Skip to content

Type Alias: MultiAreaRemoveResult

type MultiAreaRemoveResult = { [K in UIArea]?: RemoveResult<K> };

Result of a multi-area remove operation.