mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-11 18:38:15 +00:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export enum UserType {
|
|
Internal = "internal",
|
|
OIDC = "oidc"
|
|
}
|