generated from nhcarrigan/template
feat: clean up prompt schema into formats instead of platforms
This commit is contained in:
@@ -9,18 +9,10 @@
|
||||
* @see {@link announcementJsonSchema}
|
||||
*/
|
||||
export interface AnnouncementResponse {
|
||||
bluesky: Array<string>;
|
||||
discord: {
|
||||
markdown: {
|
||||
content: string;
|
||||
title: string;
|
||||
};
|
||||
facebook: string;
|
||||
linkedin: string;
|
||||
mastodon: Array<string>;
|
||||
reddit: {
|
||||
content: string;
|
||||
title: string;
|
||||
};
|
||||
threads: Array<string>;
|
||||
twitter: Array<string>;
|
||||
plaintext: string;
|
||||
threaded: Array<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user