mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(cleanup): remove dead code and add android build to gitignore
This commit is contained in:
@@ -29,17 +29,3 @@ export interface ProviderAttempt {
|
||||
/** Selectors tried (e.g. when file input / submit not found); from plugin or parsed from error */
|
||||
matchedSelectors?: string[];
|
||||
}
|
||||
|
||||
/** Successful upload result */
|
||||
export interface ProviderSuccess {
|
||||
provider: ProviderId;
|
||||
url: string;
|
||||
fileName: string;
|
||||
attempts?: ProviderAttempt[];
|
||||
}
|
||||
|
||||
/** Aggregate error when all providers fail */
|
||||
export interface ProviderAggregateError {
|
||||
attempts: ProviderAttempt[];
|
||||
message: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user