frontend/src/types/IProvider.ts

7 lines
97 B
TypeScript

export interface IProvider {
name: string;
key: string;
authUrl: string;
clientId: string;
}