export const notSignedInMessage = { type: 'error', message: 'You are not signed in' } as const;