8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import type { TPostingKey, TSKRType } from '@fin.cx/skr';
|
|
|
|
const skrType: TSKRType = 'SKR03';
|
|
const postingKey: TPostingKey = 40;
|
|
|
|
void skrType;
|
|
void postingKey;
|