mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 13:00:05 +00:00
feat(*): recreate package with new name
This commit is contained in:
14
src/types/SASjsWaitingRequest.ts
Normal file
14
src/types/SASjsWaitingRequest.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Represents requests that are queued, pending a signon event
|
||||
*
|
||||
*/
|
||||
export interface SASjsWaitingRequest {
|
||||
requestPromise: {
|
||||
promise: any;
|
||||
resolve: any;
|
||||
reject: any;
|
||||
};
|
||||
SASjob: string;
|
||||
data: any;
|
||||
params?: any;
|
||||
}
|
||||
Reference in New Issue
Block a user