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

    Type Alias BookListLazyLoaded

    type BookListLazyLoaded = {
        value?: Book[] | null;
        isLoaded?: boolean;
    }
    Index

    Properties

    Properties

    value?: Book[] | null
    isLoaded?: boolean