mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 18:03:47 +00:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
export type RequestOptions = {
|
|
signal?: AbortSignal;
|
|
timeout?: number;
|
|
};
|