diff --git a/src/owlboardApi/pis.ts b/src/owlboardApi/pis.ts index b0dd1c8..2ec97cb 100644 --- a/src/owlboardApi/pis.ts +++ b/src/owlboardApi/pis.ts @@ -1,7 +1,9 @@ export interface OB_Pis_SimpleObject { code: number; match: "full" | "partial"; - msg: string; + skip?: "first" | "last"; + skipCount?: number; + msg?: string; } /* NOT IN USE YET