Skip to content

Theemo / @theemo/sync / SyncConfig

Interface: SyncConfig

Defined in: config.ts:17

The config used to configure the theemo sync command.

sync consists of three steps:

  1. reading
  2. lexing
  3. writing

See the config for each respective step. Reading and writing is expressed through the supported tools.

Properties

lexer

ts
lexer: LexerConfig;

Defined in: config.ts:21

Config to make sense of your tokens, as you need them in your domain


reader

ts
reader: ReaderConfig;

Defined in: config.ts:19

Config for reading tokens from external source


writer

ts
writer: WriterConfig;

Defined in: config.ts:23

Config to write them onto the disk for your used token manager tool