Guide.ts 86 B

12345
  1. export interface IGuideResponse {
  2. ok: boolean;
  3. message: string;
  4. data: string;
  5. }