Initial project import
This commit is contained in:
9
node_modules/@stripe/stripe-js/dist/api/verification-sessions.d.mts
generated
vendored
Normal file
9
node_modules/@stripe/stripe-js/dist/api/verification-sessions.d.mts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* The VerificationSession object.
|
||||
*/
|
||||
export interface VerificationSession {
|
||||
/**
|
||||
* Unique identifier for the object.
|
||||
*/
|
||||
id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user