そもそもPacked<'...'>は常にSerializedである
This commit is contained in:
parent
4a104af304
commit
edc38fc2c7
25 changed files with 78 additions and 100 deletions
|
|
@ -227,7 +227,7 @@ export type StreamMessages = {
|
|||
};
|
||||
notes: {
|
||||
name: 'notesStream';
|
||||
payload: Serialized<Packed<'Note'>>;
|
||||
payload: Packed<'Note'>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue