@not3/sdk
    Preparing search index...

    Interface FetchResponse

    interface FetchResponse {
        content: string;
        deleted: boolean;
        expiresAt: number;
        mime?: string;
    }
    Index

    Properties

    content: string

    The content of the note, encrypted by the client

    deleted: boolean

    Whether the note was deleted after being fetched

    expiresAt: number

    When the note will expire, in UNIX timestamp format

    mime?: string

    The MIME type of the content