@biblioteksentralen/cordata
    Preparing search index...

    Interface Imprint

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

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

    Properties

    Properties

    identifiers: { bokbasenId?: string }

    Map of identifiers for matching records in external systems.

    Type declaration

    • OptionalbokbasenId?: string

      Unique ID assigned to an imprint in Bokbasen.

    name: string

    Preferred name of the imprint.