run server as typescript

This commit is contained in:
grimhilt
2023-04-02 12:35:55 +02:00
parent 11ab6a6a21
commit 3042ed972b
5 changed files with 9 additions and 14 deletions

View File

@@ -43,4 +43,5 @@ export interface AttrsWithEnvelope {
envelope: Envelope;
/** The RFC822 message size (only set if requested with fetch()). */
size?: number | undefined;
modseq?: number;
}