UNPKG

@openinc/parse-server-opendash

Version:
8 lines (7 loc) 383 B
/** * Removes the latest message. as context the title and content are used (should be translation strings) * @param entry the entry to remove the message for * @param title translation string for the title * @param content translation string for the content */ export declare function removeLatestMessage(entry: Parse.Object, title: string, content: string): Promise<boolean>;