@openinc/parse-server-opendash
Version:
Parse Server Cloud Code for open.INC Stack.
8 lines (7 loc) • 383 B
TypeScript
/**
* 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>;