Type alias Progress

Progress: {
    __typename?: "Progress";
    current: Scalars["Float"];
    estimate?: Maybe<Scalars["Float"]>;
    max?: Maybe<Scalars["Float"]>;
    percent?: Maybe<Scalars["Float"]>;
}

Type declaration

Generated using TypeDoc