Skip to content

Commit

Permalink
feat(Implement functionality for a complete USSD request):
Browse files Browse the repository at this point in the history
Adds base request handling functionality.
  • Loading branch information
Mango Habanero committed Jan 20, 2023
1 parent 76b1f75 commit 9119a07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/interfaces/teleco.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { UssdContext } from "@utils/helpers/context";

/* Defining an interface for the TelecoRequest object. */
export interface TelecoRequest {
parse: () => Promise<UssdContext>;
}

0 comments on commit 9119a07

Please sign in to comment.