1
0

♻️ Extract ClientCredentials and add return types

This commit is contained in:
2021-06-19 23:52:39 +02:00
parent 3ffbd156cd
commit e4cff46771
2 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
export interface ClientCredentials {
clientId: string;
clientSecret: string;
}