Interface DeleteRatingsTemplateWithTemplateIdRequest

interface DeleteRatingsTemplateWithTemplateIdRequest {
    method: DeleteMethod;
    office: string;
    templateId: string;
}

Properties

method: DeleteMethod
office: string
templateId: string