update types #31
Annotations
3 errors
Format code:
src/lib/blueprint.ts#L70
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Format code:
src/lib/blueprint.ts#L70
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Format code
Process completed with exit code 1.
|