jamespot-user-api
    Preparing search index...

    Type Alias ObjectWithoutLicenseFilter

    type ObjectWithoutLicenseFilter = {
        name: string;
        operator: string;
        value: number;
    }
    Index

    Properties

    Properties

    name: string
    operator: string
    value: number