Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 468 Bytes

File metadata and controls

15 lines (11 loc) · 468 Bytes

Home > @datashaper/schema > UnknownInput > input

UnknownInput.input property

Signature:

input?: WorkflowInput | {
        source?: WorkflowInput;
        others?: WorkflowInput[];
        [key: string]: WorkflowInput | WorkflowInput[] | undefined;
    };