@cpod/sdk - v0.2.7
Preparing search index...
FetchResult
Interface FetchResult<T>
Fetch result
interface
FetchResult
<
T
=
unknown
>
{
data
:
T
;
cached
:
boolean
;
cached_at
?:
string
;
expires_at
?:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
data
cached
cached_
at?
expires_
at?
Properties
data
data
:
T
cached
cached
:
boolean
Optional
cached_
at
cached_at
?:
string
Optional
expires_
at
expires_at
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
cached
cached_
at
expires_
at
@cpod/sdk - v0.2.7
Loading...
Fetch result