Fix additional PIS type

This commit is contained in:
Fred Boniface 2024-02-03 21:25:46 +00:00
parent 5165bce5a8
commit 92ec756bf8
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -1,5 +1,5 @@
export interface OB_Pis_SimpleObject {
code: number;
code: string;
toc: string;
skipCount: number;
skipType?: string;