mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2026-01-25 16:02:59 +00:00
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export enum Indent {
|
|
SPACE_4 = '4',
|
|
SPACE_2 = '2',
|
|
TAB = 'tab',
|
|
}
|