Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Nov 20, 2024
1 parent bb8ae87 commit 08db13d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion resources/js/lychee.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,17 @@ declare namespace App.Enum {
| "CC-BY-NC-SA-3.0"
| "CC-BY-NC-SA-4.0";
export type MapProviders = "Wikimedia" | "OpenStreetMap.org" | "OpenStreetMap.de" | "OpenStreetMap.fr" | "RRZE";
export type OauthProvidersType = "amazon" | "apple" | "authentik" | "facebook" | "github" | "google" | "mastodon" | "microsoft" | "nextcloud" | "keycloak";
export type OauthProvidersType =
| "amazon"
| "apple"
| "authentik"
| "facebook"
| "github"
| "google"
| "mastodon"
| "microsoft"
| "nextcloud"
| "keycloak";
export type OrderSortingType = "ASC" | "DESC";
export type PhotoLayoutType = "square" | "justified" | "unjustified" | "masonry" | "grid";
export type SeverityType = "emergency" | "alert" | "critical" | "error" | "warning" | "notice" | "info" | "debug";
Expand Down

0 comments on commit 08db13d

Please sign in to comment.