mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-03 04:32:00 -05:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export enum UserType {
|
|
Internal = "internal",
|
|
OIDC = "oidc"
|
|
}
|