export interface RequestJwt { clientId: string; } export interface RequestJwtCredentialsResult { jwt: string; }