5 lines
No EOL
68 B
TypeScript
5 lines
No EOL
68 B
TypeScript
export enum SaveCompressionType {
|
|
NONE = 0,
|
|
DEFLATE = 1,
|
|
XZ = 2
|
|
} |