core-utils
Preparing search index...
@clipboard-health/tribunal
CreateIntermediateOutputRecorderInput
Interface CreateIntermediateOutputRecorderInput
interface
CreateIntermediateOutputRecorderInput
{
filePath
:
string
;
makeDirectory
?:
(
path
:
string
)
=>
Promise
<
void
>
;
now
?:
()
=>
Date
;
request
:
TribunalRequest
;
writeFile
?:
(
path
:
string
,
contents
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
file
Path
make
Directory?
now?
request
write
File?
Properties
file
Path
filePath
:
string
Optional
make
Directory
makeDirectory
?:
(
path
:
string
)
=>
Promise
<
void
>
Optional
now
now
?:
()
=>
Date
request
request
:
TribunalRequest
Optional
write
File
writeFile
?:
(
path
:
string
,
contents
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Path
make
Directory
now
request
write
File
core-utils
Loading...