interface LoadingStateDisplayProps {
    type: "manga" | "library";
    isRateLimited?: boolean;
    retryCount?: number;
    maxRetries?: number;
}

Properties

type: "manga" | "library"
isRateLimited?: boolean
retryCount?: number
maxRetries?: number