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

    Type Alias AuthorLazyLoaded

    type AuthorLazyLoaded = {
        value?: Author;
        isLoaded?: boolean;
    }
    Index

    Properties

    Properties

    value?: Author
    isLoaded?: boolean