tmdb-ts
    Preparing search index...

    Interface TimezoneOption

    Option to filter results by timezone.

    interface TimezoneOption {
        timezone?: string;
    }
    Index

    Properties

    Properties

    timezone?: string