Interface Progress

interface Progress {
    type: "progress_bar";
    value: number;
}

Properties

Properties

type: "progress_bar"
value: number