'/v1/e2e.getUsersOfRoomWithoutKey': {
        GET: (params: E2eGetUsersOfRoomWithoutKeyProps) => {
            users: Pick<IUser, '_id' | 'e2e'>[];
        };
    };