@golemio/parkings
Version:
Golemio Parkings Module
17 lines (16 loc) • 430 B
TypeScript
export interface IIptOictPaymentsProperties {
parking_id: string;
payment: {
web_url: string | null;
android_url: string | null;
ios_url: string | null;
discovery_url: string | null;
};
reservation: {
reservation_type: string;
web_url: string | null;
android_url: string | null;
ios_url: string | null;
discovery_url: string | null;
};
}