proposit-core
    Preparing search index...

    Interface TCitationFormatResult

    interface TCitationFormatResult {
        segments: TCitationSegment[];
        type:
            | "Book"
            | "Website"
            | "BookChapter"
            | "Handbook"
            | "TechnicalReport"
            | "Standard"
            | "Thesis"
            | "Patent"
            | "Dictionary"
            | "Encyclopedia"
            | "JournalArticle"
            | "MagazineArticle"
            | "NewspaperArticle"
            | "ConferencePaper"
            | "ConferenceProceedings"
            | "Dataset"
            | "Software"
            | "OnlineDocument"
            | "Blog"
            | "SocialMedia"
            | "Preprint"
            | "Video"
            | "Podcast"
            | "Course"
            | "Presentation"
            | "Interview"
            | "PersonalCommunication"
            | "Email"
            | "Law"
            | "CourtCase"
            | "GovernmentPublication"
            | "Datasheet"
            | "ProductManual"
            | "UnparsedURL";
    }
    Index

    Properties

    Properties

    segments: TCitationSegment[]
    type:
        | "Book"
        | "Website"
        | "BookChapter"
        | "Handbook"
        | "TechnicalReport"
        | "Standard"
        | "Thesis"
        | "Patent"
        | "Dictionary"
        | "Encyclopedia"
        | "JournalArticle"
        | "MagazineArticle"
        | "NewspaperArticle"
        | "ConferencePaper"
        | "ConferenceProceedings"
        | "Dataset"
        | "Software"
        | "OnlineDocument"
        | "Blog"
        | "SocialMedia"
        | "Preprint"
        | "Video"
        | "Podcast"
        | "Course"
        | "Presentation"
        | "Interview"
        | "PersonalCommunication"
        | "Email"
        | "Law"
        | "CourtCase"
        | "GovernmentPublication"
        | "Datasheet"
        | "ProductManual"
        | "UnparsedURL"