interface TemplateInstallAnalysis {
    device_token?: string;
    replace?: void | {
        [field: string]: any;
    };
}

Properties

device_token?: string
replace?: void | {
    [field: string]: any;
}

Type declaration

  • [field: string]: any