@logixjs/core
    Preparing search index...

    Interface KernelContractAllowedDiff

    interface KernelContractAllowedDiff {
        count: number;
        metaKey: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    count: number
    metaKey: string
    reason?: string