SchemaTypeの型計算量を削減 (#8332)
* schema typeの型計算量を削減 * reduce some type error * wip * fix * clean up * more shrink
This commit is contained in:
@@ -84,6 +84,7 @@ export interface MainStreamTypes {
|
||||
};
|
||||
driveFileCreated: Packed<'DriveFile'>;
|
||||
readAntenna: Antenna;
|
||||
receiveFollowRequest: Packed<'User'>;
|
||||
}
|
||||
|
||||
export interface DriveStreamTypes {
|
||||
|
Reference in New Issue
Block a user