Tidy 5e Sheets API
    Preparing search index...

    Type Alias DocumentJournalEntry

    type DocumentJournalEntry = {
        id: string;
        sort: number;
        title: string;
        value: string;
    }
    Index

    Properties

    Properties

    id: string
    sort: number
    title: string
    value: string