@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface AppRole

    interface AppRole {
        description?: string;
        name: string;
        weight: number;
    }
    Index

    Properties

    description?: string
    name: string
    weight: number