Interface EntryUpdatePayload

interface EntryUpdatePayload {
    content?: string;
    title?: string;
}

Properties

Properties

content?: string
title?: string