Sanity Library Reference Docs
Preparing search index...
@sanity/sdk
dashboard
TopicResult
Type Alias TopicResult<T>
TopicResult
:
{
ok
:
true
;
value
:
T
}
|
{
ok
:
false
}
Represents a successful topic value or a failed topic operation.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...
Represents a successful topic value or a failed topic operation.