Saxonberg Server API
    Preparing search index...

    Interface ApplyQuantityResult<R>

    interface ApplyQuantityResult<R> {
        applied: number;
        notes: GlobNote[];
        ok: boolean;
        payloads: R[];
        status?: GlobApplyStatus;
    }

    Type Parameters

    • R
    Index

    Properties

    applied: number
    notes: GlobNote[]
    ok: boolean
    payloads: R[]