Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / PreCreateHookExecutor

Interface: PreCreateHookExecutor

Defined in: packages/fireflow-vfs/src/workflows/typed-file-workflows.ts:54

Pre-create hook executor interface Each hook creates a resource and returns its ID

Properties

execute()

execute: (params, userId, workspaceId) => Promise<string>

Defined in: packages/fireflow-vfs/src/workflows/typed-file-workflows.ts:55

Parameters

params

Record<string, unknown>

userId

string

workspaceId

string

Returns

Promise<string>

Licensed under BUSL-1.1