mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export enum Indent {
|
|
SPACE_4 = '4',
|
|
SPACE_2 = '2',
|
|
TAB = 'tab',
|
|
}
|