@ptkl/sdk - v1.3.4
    Preparing search index...

    Type Alias Policy<T>

    type Policy<T = Record<string, any>> = {
        config?: T;
        description?: string;
        enabled: boolean;
        name: string;
        priority: number;
        type: string;
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    config?: T
    description?: string
    enabled: boolean
    name: string
    priority: number
    type: string