export interface IGuideResponse { ok: boolean; message: string; data: string; }