import { usePublicApi } from '..'; export function loggout() { return usePublicApi({ method: 'DELETE', endpoint: '/logout', }); }