Show alert banner on stale blocks

This commit is contained in:
Mononaut
2023-07-08 00:34:57 -04:00
parent 385cb087d3
commit 6942a6fd6a
4 changed files with 31 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ export interface BlockExtension {
*/
export interface BlockExtended extends IEsploraApi.Block {
extras: BlockExtension;
canonical?: string;
}
export interface BlockSummary {