MobX Lark
    Preparing search index...

    Interface LarkAppServerOption

    interface LarkAppServerOption {
        host?: string;
        id: string;
        secret: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    host?: string
    id: string
    secret: string