MobX Lark
    Preparing search index...

    Interface AtTag

    interface AtTag {
        tag: "at";
        user_id: string;
        user_name?: string;
    }
    Index

    Properties

    tag: "at"
    user_id: string
    user_name?: string