gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
44 lines (37 loc) • 1.05 kB
TypeScript
import { Base } from "../../";
/*********************************************
* TranslationItemInfo
**********************************************/
export interface TranslationItemInfo {
Canceled?: boolean;
ErrorMessage?: string;
Failed?: boolean;
InProgress?: boolean;
InputFile?: string;
NotStarted?: boolean;
OutputFile?: string;
Result?: number;
Succeeded?: boolean;
TranslationId?: any;
}
/*********************************************
* TranslationItemInfoCollections
**********************************************/
export interface TranslationItemInfoCollections {
}
/*********************************************
* TranslationJobInfo
**********************************************/
export interface TranslationJobInfo {
Canceled?: boolean;
CancelTime?: any;
JobId?: any;
Name?: string;
PartiallySubmitted?: boolean;
SubmittedTime?: any;
}
/*********************************************
* TranslationJobInfoCollections
**********************************************/
export interface TranslationJobInfoCollections {
}