Update simple PIS Object
This commit is contained in:
parent
94abc26717
commit
8f3501b095
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -1,12 +1,10 @@
|
||||
export interface OB_Pis_SimpleObject {
|
||||
code: number;
|
||||
match: "full" | "partial";
|
||||
skip?: "first" | "last";
|
||||
skipCount?: number;
|
||||
msg?: string;
|
||||
toc: string;
|
||||
skipCount: number;
|
||||
skipType?: string;
|
||||
}
|
||||
|
||||
/* NOT IN USE YET
|
||||
/*
|
||||
export interface OB_Pis_FullObject {
|
||||
code: number;
|
||||
crs: string[];
|
||||
|
Loading…
Reference in New Issue
Block a user