Update OB_Pis_SimpleObject to account for skip information

This commit is contained in:
Fred Boniface 2023-10-12 22:07:08 +01:00
parent 739bf0f18a
commit 7d08f8b900
1 changed files with 3 additions and 1 deletions

View File

@ -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