chore(types): add accidently removed leading pipe to CTypes

This commit is contained in:
Erica Marigold 2024-10-16 19:09:35 +01:00 committed by GitHub
parent 991ae5a9f1
commit 133abb5477
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ export type CFn = {
}
export type CTypes =
u8
| u8
| u16
| u32
| u64