Interface RmOptions

interface RmOptions {
    signal?: AbortSignal;
}

Hierarchy

Properties

Properties

signal?: AbortSignal