nexus-agents - v2.80.0
    Preparing search index...

    Interface CreatePROptions

    PR creation options.

    interface CreatePROptions {
        title: string;
        body: string;
        head: string;
        base: string;
    }
    Index

    Properties

    Properties

    title: string
    body: string
    head: string
    base: string