BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface CommandArgs

    Command arguments for the attachment find command.

    interface CommandArgs {
        vendor?: string;
        conformsTo?: string;
        envelope?: string;
    }
    Index

    Properties

    vendor?: string
    conformsTo?: string
    envelope?: string