mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +01:00
fix: ๐ auth type
This commit is contained in:
parent
9a1fb63641
commit
2797e6edf3
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ export type ChannelBalanceType = {
|
|||
};
|
||||
|
||||
export type AuthType = {
|
||||
type?: Maybe<Scalars['String']>;
|
||||
type: Scalars['String'];
|
||||
id?: Maybe<Scalars['String']>;
|
||||
host?: Maybe<Scalars['String']>;
|
||||
macaroon?: Maybe<Scalars['String']>;
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue