mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +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 {
|
interface RenderProperties {
|
||||||
status?: APITwitterStatus;
|
status: APITwitterStatus;
|
||||||
thread?: SocialThread;
|
thread?: SocialThread;
|
||||||
siteText?: string;
|
siteText?: string;
|
||||||
authorText?: string;
|
authorText?: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue