/** A structure describing the template usage result */
export interfaceTemplateUsageOptionsDetails {
/** The description of the template. */
description: string;
/** The name of the template */
name: string;
}
//# sourceMappingURL=TemplateUsageOptionsDetails.d.ts.map