export type AuthGrant = (
    "per-user" |
    string
);