UX improvements.
This commit is contained in:
@@ -5,11 +5,18 @@ export interface CloudflareZone {
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface CloudflarePermissions {
|
||||
zone: boolean;
|
||||
dns: boolean;
|
||||
}
|
||||
|
||||
export interface CloudflareVerifyResponse {
|
||||
tokenConfigured: boolean;
|
||||
tokenValid: boolean;
|
||||
tokenStatus: string;
|
||||
zones: CloudflareZone[] | null;
|
||||
requiredZones: string[] | null;
|
||||
permissions: CloudflarePermissions;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user