export const NoctBotService = { getPing: { request: {} as { ping: string }, response: {} as { text: string }, }, userInServer: { request: {} as { userId: string }, response: {} as { exists: boolean }, }, userAuthorised: { request: {} as { userId: string }, response: {} as { authorised: boolean }, } };