Magek Framework
    Preparing search index...

    Interface EventParametersFilterByType

    interface EventParametersFilterByType {
        limit?: number;
        from?: string;
        to?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number
    from?: string
    to?: string
    type: string