Interface IsPinnedOptions

interface IsPinnedOptions {
    signal?: AbortSignal;
}

Hierarchy

Properties

Properties

signal?: AbortSignal