Interface IndexSignatureResult

    interface IndexSignatureResult {
        key: string;
        right: RootResult;
        type: "JsdocTypeIndexSignature";
    }

    Properties

    Properties

    key: string
    right: RootResult
    type