类型别名 SystemMessage

SystemMessage: BaseMessage & {
    type: "system";
}

类型声明

  • type: "system"