@authhero/adapter-interfaces 0.74.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13137,7 +13137,7 @@ export declare const themeInsertSchema: z.ZodObject<{
|
|
|
13137
13137
|
social_buttons_layout: "bottom";
|
|
13138
13138
|
};
|
|
13139
13139
|
}>;
|
|
13140
|
-
export type ThemeInsert = z.
|
|
13140
|
+
export type ThemeInsert = z.input<typeof themeInsertSchema>;
|
|
13141
13141
|
export declare const themeSchema: z.ZodObject<{
|
|
13142
13142
|
borders: z.ZodObject<{
|
|
13143
13143
|
button_border_radius: z.ZodNumber;
|