export const recordView = async (sid: number) => { await useApiFetch(`/story/${sid}/set-viewed`); };