Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
WorkerMessageBody
Interface WorkerMessageBody<T>
interface
WorkerMessageBody
<
T
=
unknown
>
{
data
?:
T
;
end
?:
boolean
;
type
:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
data?
end?
type
Properties
Optional
data
data
?:
T
Optional
end
end
?:
boolean
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
end
type
@lzwme/fe-utils
Loading...