no message
This commit is contained in:
parent
47e96ddec5
commit
4a93fe3386
3 changed files with 210 additions and 78 deletions
|
|
@ -68,6 +68,16 @@ interface DisciplineOps {
|
|||
levelOptions: DataOption[];
|
||||
}
|
||||
|
||||
interface OptionType {
|
||||
id: string;
|
||||
posTypeName: string;
|
||||
}
|
||||
|
||||
interface OptionLevel {
|
||||
id: string;
|
||||
posLevelName: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
Pagination,
|
||||
DataOption,
|
||||
|
|
@ -81,4 +91,6 @@ export type {
|
|||
InsigniaOps,
|
||||
DisciplineOps,
|
||||
DataOptionLeave,
|
||||
OptionType,
|
||||
OptionLevel,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue