Initial project import
This commit is contained in:
10
node_modules/stripe/cjs/resources/V2/DeletedObject.d.ts
generated
vendored
Normal file
10
node_modules/stripe/cjs/resources/V2/DeletedObject.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface DeletedObject {
|
||||
/**
|
||||
* The ID of the object that's being deleted.
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
* String representing the type of the object that has been deleted. Objects of the same type share the same value of the object field.
|
||||
*/
|
||||
object?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user