Arabic Maqām Network - TypeScript Library Documentation - v0.1.0
    Preparing search index...

    Interface JinsDataInterface

    Interface for serializing JinsData to JSON format. Used for data persistence and API communication.

    interface JinsDataInterface {
        id: string;
        idName: string;
        name: string;
        noteNames: string[];
        commentsEnglish: string;
        commentsArabic: string;
        SourcePageReferences: SourcePageReference[];
        numberOfTranspositions?: number;
    }
    Index

    Properties

    id: string
    idName: string
    name: string
    noteNames: string[]
    commentsEnglish: string
    commentsArabic: string
    SourcePageReferences: SourcePageReference[]
    numberOfTranspositions?: number