This interface will show the structure to Identityprovider
interface Identityprovider { id: number; provider_name: string; created_at: string; updated_at: string; deleted_at?: string;}
Generated using TypeDoc
This interface will show the structure to Identityprovider