Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias BookLazyLoaded

    type BookLazyLoaded = {
        value?: Book;
        isLoaded?: boolean;
    }
    Index

    Properties

    Properties

    value?: Book
    isLoaded?: boolean