interface IUserData { usrToken: string; templateId: string; dataUrl: string; } export type { IUserData };