Type Alias SendInvoiceDto
SendInvoiceDto: {
altId: string;
altType: "location";
userId: string;
action: "sms_and_email" | "email" | "sms";
liveMode: boolean;
}
Type declaration
altId: string
altType: "location"
userId: string
action: "sms_and_email" | "email" | "sms"
liveMode: boolean