@dvxch/yandex-music
    Preparing search index...

    Interface FileInfoSign

    A computed /get-file-info signature.

    interface FileInfoSign {
        ts: number;
        value: string;
    }
    Index

    Properties

    Properties

    ts: number

    Unix timestamp (seconds) the signature was created at.

    value: string

    Base64-encoded HMAC-SHA256 signature value (last character dropped).