interface-forge - v2.5.0
    Preparing search index...

    Type Alias BookDefinition

    BookDefinition: LocaleEntry<
        {
            author: string[];
            format: string[];
            genre: string[];
            publisher: string[];
            series: string[];
            title: string[];
        },
    >

    The possible definitions related to books.