AW-5495
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
6
projects/common/src/fm/models/itemlink.type.ts
Normal file
6
projects/common/src/fm/models/itemlink.type.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface IItemLinkType {
|
||||
itemcode: string;
|
||||
pathsuffix?: string;
|
||||
query?: string;
|
||||
validminutes?: number;
|
||||
}
|
3
projects/common/src/fm/models/url.type.ts
Normal file
3
projects/common/src/fm/models/url.type.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface IUrlType {
|
||||
url: string;
|
||||
}
|
Reference in New Issue
Block a user