Skip to content

@mirego/forra-api


@mirego/forra-api / All Types / AsyncJobOutput

Interface: AsyncJobOutput\<T>

Type Parameters

T

T

Properties

result

result: T | { exception: { exception_class: string; exception_id: string; exception_message: string; }; }


stdout?

optional stdout: string