jxa-types
    Preparing search index...

    Interface ITunesLibrary

    interface ITunesLibrary {
        name(): string;
        tracks(): JXReadonlyArray<FileTrack>;
    }
    Index

    Methods

    Methods