Type alias IRemoteContext

IRemoteContext: undefined | {
    signal?: AbortSignal;
}

Generated using TypeDoc