Object literal may only specify known properties, and 'tosAccepted' does not exist in type 'Prettify<{ email: string; name: string; password: string; image?: string | undefined; callbackURL?: string | undefined; fetchOptions?: { onRequest: () => void; onSuccess: () => void; onError: (ctx: ErrorContext) => void; } | undefined; }>'.
Object literal may only specify known properties, and 'tosAccepted' does not exist in type 'Prettify<{ email: string; name: string; password: string; image?: string | undefined; callbackURL?: string | undefined; fetchOptions?: { onRequest: () => void; onSuccess: () => void; onError: (ctx: ErrorContext) => void; } | undefined; }>'.