interface TimoutConfig {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal