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