interface ExportOptions {
    inputs: readonly InputNode<unknown>[];
    intent?: string;
}

Properties

Properties

inputs: readonly InputNode<unknown>[]

Input nodes to capture.

intent?: string

Optional intent for the snapshot file.