Interface ICreateItemFromTemplateResponse

interface ICreateItemFromTemplateResponse {
    id: string;
    item?: IItemTemplate;
    postProcess: boolean;
    type: string;
}

Properties

id: string

Item's AGO id

Created item

postProcess: boolean

Does the item need post processing to handle unresolved variables

type: string

AGO item type name