Jira.js - Jira Cloud API library
    Preparing search index...

    Interface Progress

    Represents the progress of a task.

    interface Progress {
        progress: number;
        total: number;
    }
    Index

    Properties

    Properties

    progress: number

    The current progress value.

    total: number

    The total progress value.