Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
9 lines
128 B
TypeScript
9 lines
128 B
TypeScript
export interface IAclRights {
|
|
id?: number,
|
|
claim: any,
|
|
expires: Date,
|
|
rights: number,
|
|
owner: any,
|
|
deep: boolean
|
|
}
|
|
|