Skip to content

Commit

Permalink
add type for logora queue
Browse files Browse the repository at this point in the history
  • Loading branch information
fgerardwltn24 committed Jan 15, 2025
1 parent abd1753 commit cfff13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ps-web-apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export type FetchOptions = RequestInit & {
retryStatusCodes?: number[];
};
export type WaitingRoomQueueDefault = "";
export type WaitingRoomQueue = WaitingRoomQueueDefault | "auth" | "checkout" | "lefty-in-app-purchase";
export type WaitingRoomQueue = WaitingRoomQueueDefault | "auth" | "checkout" | "lefty-in-app-purchase" | "logora";

/**
* Custom fetch interface which includes the possibility to customize timeouts for fetch requests
Expand Down

0 comments on commit cfff13f

Please sign in to comment.