@not3/sdk
    Preparing search index...

    Interface CreateResponse

    interface CreateResponse {
        cost: number;
        deleteToken: string;
        id: string;
    }
    Index

    Properties

    Properties

    cost: number

    The token cost of creating the note

    deleteToken: string

    The deletion token for the note, required to delete the note before it expires

    id: string

    The unique identifier for the note that was created