@not3/sdk
    Preparing search index...

    Interface FileGetResponse

    interface FileGetResponse {
        expiresAt: number;
        name: string;
        size: number;
        url: string;
    }
    Index

    Properties

    Properties

    expiresAt: number

    When the file will expire, in UNIX timestamp format

    name: string

    The name of the file

    size: number

    The size of the file in bytes

    url: string

    An presigned URL to download the file