feat: create api service PAI
This commit is contained in:
@ -21,3 +21,8 @@ export interface ApiService {
|
||||
updated_at: string;
|
||||
is_active: boolean;
|
||||
}
|
||||
|
||||
export interface ApiServiceCredentials {
|
||||
client_id: string;
|
||||
client_secret: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user