DevtoolsActionRecord
interface exported by @mwillbanks/tuil-devtools.
interface
Public interface exported by @mwillbanks/tuil-devtools.
export interface DevtoolsActionRecord {
readonly id: string;
readonly timestamp: number;
readonly input: unknown;
readonly ok: boolean;
readonly error?: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
id | string | Yes | The id member uses the string contract. | — |
timestamp | number | Yes | The timestamp member uses the number contract. | — |
input | unknown | Yes | The input member uses the unknown contract. | — |
ok | boolean | Yes | The ok member uses the boolean contract. | — |
error | string | undefined | No | The error member uses the string | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference