schema.inputbinding.md

February 21, 2024 ยท View on GitHub

Home > @datashaper/schema > InputBinding

InputBinding type

Signature:

export type InputBinding = {
    step: WorkflowStepId;
    table?: string;
};

References: WorkflowStepId