mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fix status type marked as optional
This commit is contained in:
parent
8eae9e9c32
commit
906c644fc9
1 changed files with 1 additions and 1 deletions
2
src/types/types.d.ts
vendored
2
src/types/types.d.ts
vendored
|
@ -28,7 +28,7 @@ interface ResponseInstructions {
|
|||
}
|
||||
|
||||
interface RenderProperties {
|
||||
status?: APITwitterStatus;
|
||||
status: APITwitterStatus;
|
||||
thread?: SocialThread;
|
||||
siteText?: string;
|
||||
authorText?: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue