4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
export interface AcceptSponsorshipRequestDTO {
|
|
requestId: string;
|
|
respondedBy: string; // driverId of the person accepting
|
|
} |