export type SignUpOptions = {
    /**
     * Array of fields to show in Sign Up form
     * @default ["name"]
     */
    fields?: string[]
}
