MobX Lark
    Preparing search index...

    Interface UserCardMessage

    interface UserCardMessage {
        type: "share_user";
        user_id: string;
    }
    Index

    Properties

    Properties

    type: "share_user"
    user_id: string