Update OB_Pis_SimpleObject to account for skip information
This commit is contained in:
parent
739bf0f18a
commit
7d08f8b900
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user