/**
 * Value
 * @targetNSAlias `q27`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.WsEndUser.Business.Entities`
 */
export interface Value25 {
    /** xs:int */
    AttemptsLeft?: number;
    /** xs:boolean */
    IsValid?: boolean;
}
