Fix status type marked as optional

This commit is contained in:
dangered wolf 2024-02-09 16:48:25 -05:00
parent 8eae9e9c32
commit 906c644fc9
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -28,7 +28,7 @@ interface ResponseInstructions {
}
interface RenderProperties {
status?: APITwitterStatus;
status: APITwitterStatus;
thread?: SocialThread;
siteText?: string;
authorText?: string;