@shadmanZero/tenantos-api
    Preparing search index...

    Interface IPReservation

    interface IPReservation {
        comment?: string;
        ip: string;
        reserved: boolean;
        subnet: string;
    }
    Index

    Properties

    comment?: string
    ip: string
    reserved: boolean
    subnet: string