Sanity Library Reference Docs
    Preparing search index...

    Interface TransactionBeta

    interface Transaction {
        author: string;
        draftEffect?: MendozaEffectPair;
        id: string;
        index: number;
        publishedEffect?: MendozaEffectPair;
        timestamp: string;
    }
    Index

    Properties

    author: string
    draftEffect?: MendozaEffectPair
    id: string
    index: number
    publishedEffect?: MendozaEffectPair
    timestamp: string