MobX Lark
    Preparing search index...

    Interface LarkAppOption

    interface LarkAppOption {
        accessToken: string;
        host?: string;
        id: string;
        secret: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    accessToken: string
    host?: string
    id: string
    secret: string