TLesanBody
export interface TLesanBody {
service?: string;
model: string;
act: string;
details: Details;
}
interface is type of input of Actions
Types
Details
export interface TLesanBody {
service?: string;
model: string;
act: string;
details: Details;
}
interface is type of input of Actions
Details