Type Alias WriterOptionsOutput

WriterOptionsOutput: {
    success: true;
} & {
    created: sharp.OutputInfo[];
}