AW-5495
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2023-09-11 21:59:34 +02:00
parent 2b2e1bfafa
commit ccf77805a0
7 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
export interface IItemLinkType {
itemcode: string;
pathsuffix?: string;
query?: string;
validminutes?: number;
}

View File

@@ -0,0 +1,3 @@
export interface IUrlType {
url: string;
}