erest
    Preparing search index...

    Interface IAdapterGroupInfo<T>

    Group info interface for adapters

    interface IAdapterGroupInfo<T> {
        before: T[];
        middleware: T[];
        name: string;
        prefix?: string;
    }

    Type Parameters

    • T
    Index

    Properties

    before: T[]
    middleware: T[]
    name: string
    prefix?: string