mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
fix: making CancellationTokenSource a class instead of an interface (#6557)
fix: making CancellationToken a class instead of an interface Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
parent
0bd8f73349
commit
55e5fa228f
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ declare module '@podman-desktop/api' {
|
|||
onCancellationRequested: Event<any>;
|
||||
}
|
||||
|
||||
export interface CancellationTokenSource {
|
||||
export class CancellationTokenSource {
|
||||
/**
|
||||
* The cancellation token of this source.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue