forked from LaconicNetwork/icns-frontend
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
export interface TwitterAuthUrlResponse {
|
|
authUrl: string;
|
|
}
|
|
|
|
export interface TwitterAuthInfoResponse {
|
|
accessToken: string;
|
|
}
|