Fix additional PIS type
This commit is contained in:
parent
5165bce5a8
commit
92ec756bf8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
export interface OB_Pis_SimpleObject {
|
||||
code: number;
|
||||
code: string;
|
||||
toc: string;
|
||||
skipCount: number;
|
||||
skipType?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user