strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@@ -2,7 +2,7 @@ import * as sharp from 'sharp';
|
||||
|
||||
export type IImage = {
|
||||
data: Buffer;
|
||||
ext: string;
|
||||
ext: string | null;
|
||||
type: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user