export type GrantTypes = "authorization_code" | "refresh_token" | "client_credentials" | "exchange_refresh_token";
