Skip to content

Faimulus TypeScript API / @faimulus/driver-sdk / FileMemory

Interface: FileMemory ​

Properties ​

kind ​

readonly kind: "file"


readonly ​

readonly readonly: boolean

Methods ​

read() ​

read(target): Promise<string | undefined>

Parameters ​

target ​

WorkflowMemoryTarget

Returns ​

Promise<string | undefined>


write() ​

write(target, content): Promise<void>

Parameters ​

target ​

WorkflowMemoryTarget

content ​

string

Returns ​

Promise<void>

Documentation for the current repository state.