An imprint of a publishing company (publisher) is a trade name under which publications are published.

interface Imprint {
    identifiers: {
        bokbasenId?: string;
    };
    name: string;
}

Hierarchy

  • CordataEntity
    • Imprint

Properties

Properties

identifiers: {
    bokbasenId?: string;
}

Map of identifiers for matching records in external systems.

Type declaration

  • Optional bokbasenId?: string

    Unique ID assigned to an imprint in Bokbasen.

name: string

Preferred name of the imprint.