mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export enum UserType {
|
|
Internal = "internal",
|
|
OIDC = "oidc"
|
|
}
|