backend.ts 143 B

123456
  1. export const NoctBotService = {
  2. getPing: {
  3. request: {} as { ping: string },
  4. response: {} as { text: string },
  5. }
  6. };