soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface SoundCloudQuota

    Upload quota details for the authenticated user.

    interface SoundCloudQuota {
        unlimited_upload_quota: boolean;
        upload_seconds_left: number | null;
        upload_seconds_used: number;
    }
    Index

    Properties

    unlimited_upload_quota: boolean

    Whether the user has an unlimited upload quota (e.g. Pro plan)

    upload_seconds_left: number | null

    Remaining upload time in seconds, or null if unlimited

    upload_seconds_used: number

    Total upload time consumed in seconds